disabled debugging messages
authorMark Glines <mark@glines.org>
Fri, 19 Apr 2002 05:37:54 +0000 (05:37 +0000)
committerMark Glines <mark@glines.org>
Fri, 19 Apr 2002 05:37:54 +0000 (05:37 +0000)
perl/Fuse.xs

index 099ec9e4f22ca9d63860ebc1b543de38c9170c1c..f062a63cefdc39e1d3170cf2592fc91b54e20d85 100644 (file)
@@ -5,7 +5,7 @@
 #include <fuse.h>
 
 #undef DEBUGf
-#if 1
+#if 0
 #define DEBUGf(f, a...) fprintf(stderr, "%s:%d (%i): " f,__BASE_FILE__,__LINE__,PL_stack_sp-PL_stack_base ,##a )
 #else
 #define DEBUGf(a...)