gvfs r1539 - in trunk: . client



Author: alexl
Date: Tue Mar  4 15:21:22 2008
New Revision: 1539
URL: http://svn.gnome.org/viewvc/gvfs?rev=1539&view=rev

Log:
2008-03-04  Alexander Larsson  <alexl redhat com>

        * client/gvfsfusedaemon.c:
        (debug_print):
	Actually disable debug log by default



Modified:
   trunk/ChangeLog
   trunk/client/gvfsfusedaemon.c

Modified: trunk/client/gvfsfusedaemon.c
==============================================================================
--- trunk/client/gvfsfusedaemon.c	(original)
+++ trunk/client/gvfsfusedaemon.c	Tue Mar  4 15:21:22 2008
@@ -102,7 +102,7 @@
 static void
 debug_print (const gchar *message, ...)
 {
-#ifdef DEBUG_ENABLED
+#if DEBUG_ENABLED
 
   static FILE *debug_fhd = NULL;
   va_list      var_args;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]