Revision: 1565
          http://gtkpod.svn.sourceforge.net/gtkpod/?rev=1565&view=rev
Author:   tmzullinger
Date:     2007-06-19 21:46:34 -0700 (Tue, 19 Jun 2007)

Log Message:
-----------
disable debug output for release

Modified Paths:
--------------
    gtkpod/trunk/ChangeLog_detailed
    gtkpod/trunk/src/autodetection.c
    gtkpod/trunk/src/file_convert.c

Modified: gtkpod/trunk/ChangeLog_detailed
===================================================================
--- gtkpod/trunk/ChangeLog_detailed     2007-06-19 13:54:47 UTC (rev 1564)
+++ gtkpod/trunk/ChangeLog_detailed     2007-06-20 04:46:34 UTC (rev 1565)
@@ -1,3 +1,9 @@
+2007-06-20  Todd Zullinger <tmzullinger at users.sourceforge.net>
+
+       * src/file_convert.c
+         src/autodetection.c:
+         disable debug output for release
+
 2007-06-19 Jorg Schuler <jcsjcs at users.sourceforge.net>
 
        * src/file_itunesdb.c: Todd's patch to display the repository

Modified: gtkpod/trunk/src/autodetection.c
===================================================================
--- gtkpod/trunk/src/autodetection.c    2007-06-19 13:54:47 UTC (rev 1564)
+++ gtkpod/trunk/src/autodetection.c    2007-06-20 04:46:34 UTC (rev 1565)
@@ -23,7 +23,7 @@
 |
 |  This product is not supported/written/published by Apple!
 |
-|  $Id: autodetection.c,v 1.1 2007/05/11 15:41:53 jcsjcs Exp $
+|  $Id$
 */
 
 
@@ -44,7 +44,7 @@
 #include <dbus/dbus.h>
 #endif
 
-#define DEBUG_AUTO
+#undef DEBUG_AUTO
 #ifdef DEBUG_AUTO
 #   define _TO_STR(x) #x
 #   define TO_STR(x) _TO_STR(x)

Modified: gtkpod/trunk/src/file_convert.c
===================================================================
--- gtkpod/trunk/src/file_convert.c     2007-06-19 13:54:47 UTC (rev 1564)
+++ gtkpod/trunk/src/file_convert.c     2007-06-20 04:46:34 UTC (rev 1565)
@@ -48,7 +48,7 @@
 #include <sys/wait.h>
 #include <unistd.h>
 
-#define DEBUG_CONV
+#undef DEBUG_CONV
 #ifdef DEBUG_CONV
 #   define _TO_STR(x) #x
 #   define TO_STR(x) _TO_STR(x)


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
gtkpod-cvs2 mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2

Reply via email to