Improve debug output (less spammy, better information).
This commit is contained in:
parent
7fab2a870e
commit
cc4b25a851
1 changed files with 4 additions and 2 deletions
|
@ -642,12 +642,14 @@ Preloader::Preloader(GstreamerPlayer* player, const std::string url) throw()
|
||||||
: RunnableInterface()
|
: RunnableInterface()
|
||||||
, m_player(player)
|
, m_player(player)
|
||||||
, m_fileUrl(url)
|
, m_fileUrl(url)
|
||||||
{}
|
{
|
||||||
|
DEBUG_FUNC_INFO
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
Preloader::~Preloader() throw()
|
Preloader::~Preloader() throw()
|
||||||
{
|
{
|
||||||
DEBUG_BLOCK
|
DEBUG_FUNC_INFO
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue