[Goodies-commits] r6351 - xfburn/trunk/xfburn

David Mohr squisher at xfce.org
Sun Dec 21 04:09:24 CET 2008


Author: squisher
Date: 2008-12-21 03:09:24 +0000 (Sun, 21 Dec 2008)
New Revision: 6351

Modified:
   xfburn/trunk/xfburn/xfburn-transcoder-gst.c
Log:
Fixing updated debug messages

Modified: xfburn/trunk/xfburn/xfburn-transcoder-gst.c
===================================================================
--- xfburn/trunk/xfburn/xfburn-transcoder-gst.c	2008-12-21 02:25:44 UTC (rev 6350)
+++ xfburn/trunk/xfburn/xfburn-transcoder-gst.c	2008-12-21 03:09:24 UTC (rev 6351)
@@ -426,9 +426,11 @@
   g_mutex_unlock (priv->gst_mutex);
 
 #if DEBUG_GST > 0
+ #if DEBUG > 0
   DBG ("Releasing mutex (%s)", dbg_res);
-#else
+ #else
   g_message ("Signaled identification done: %s", dbg_res);
+ #endif
 #endif
 
   return TRUE;
@@ -481,9 +483,9 @@
 #if DEBUG_GST > 0
   #if DEBUG > 0
       DBG ("End of stream, wrote %.0f bytes", (gfloat) total_size);
+  #else
+      g_message ("End of stream.");
   #endif
-#else
-      g_message ("End of stream.");
 #endif
 
       close (gtrack->fd_in);




More information about the Goodies-commits mailing list