Improve debug output (less spammy, better information).
This commit is contained in:
parent
7fab2a870e
commit
cc4b25a851
|
@ -642,12 +642,14 @@ Preloader::Preloader(GstreamerPlayer* player, const std::string url) throw()
|
|||
: RunnableInterface()
|
||||
, m_player(player)
|
||||
, m_fileUrl(url)
|
||||
{}
|
||||
{
|
||||
DEBUG_FUNC_INFO
|
||||
}
|
||||
|
||||
|
||||
Preloader::~Preloader() throw()
|
||||
{
|
||||
DEBUG_BLOCK
|
||||
DEBUG_FUNC_INFO
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue