From cc4b25a8516f162d2447f5bcf42fa0228eba9d47 Mon Sep 17 00:00:00 2001 From: mark Date: Wed, 29 Nov 2006 16:06:01 +0000 Subject: [PATCH] Improve debug output (less spammy, better information). --- .../src/modules/playlistExecutor/src/GstreamerPlayer.cxx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/campcaster/src/modules/playlistExecutor/src/GstreamerPlayer.cxx b/campcaster/src/modules/playlistExecutor/src/GstreamerPlayer.cxx index 513744045..e3fbf920f 100644 --- a/campcaster/src/modules/playlistExecutor/src/GstreamerPlayer.cxx +++ b/campcaster/src/modules/playlistExecutor/src/GstreamerPlayer.cxx @@ -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 }