From f12b8a7d6f085c68b83b91412510b3b28c03baf6 Mon Sep 17 00:00:00 2001 From: fberckel Date: Sun, 2 Mar 2008 07:50:49 +0000 Subject: [PATCH] Fixing ticket #2292 --- campcaster/src/modules/playlistExecutor/src/GstreamerPlayer.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/campcaster/src/modules/playlistExecutor/src/GstreamerPlayer.cxx b/campcaster/src/modules/playlistExecutor/src/GstreamerPlayer.cxx index d7d4cc34c..73ea59a2a 100644 --- a/campcaster/src/modules/playlistExecutor/src/GstreamerPlayer.cxx +++ b/campcaster/src/modules/playlistExecutor/src/GstreamerPlayer.cxx @@ -333,7 +333,7 @@ GstreamerPlayer :: getPlaylength(void) throw (std::logic_error) length.reset(new time_duration(microsec(ns / 1000LL))); - debug() << length << endl; + debug() << "playlength is: " << *length << endl; return length; }