gvfs/gvfsfusedaemon_debug.patch

12 lines
298 B
Diff

--- trunk/client/gvfsfusedaemon.c 2008/02/19 09:41:06 1302
+++ trunk/client/gvfsfusedaemon.c 2008/03/04 15:21:22 1539
@@ -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;