Improve debug output (less spammy, better information).

This commit is contained in:
mark 2006-11-29 16:06:01 +00:00
parent 7fab2a870e
commit cc4b25a851
1 changed files with 4 additions and 2 deletions

View File

@ -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
}