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

View file

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