aboutsummaryrefslogtreecommitdiffstats
path: root/perl
diff options
context:
space:
mode:
Diffstat (limited to 'perl')
-rw-r--r--perl/Fuse.xs2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl/Fuse.xs b/perl/Fuse.xs
index 099ec9e..f062a63 100644
--- a/perl/Fuse.xs
+++ b/perl/Fuse.xs
@@ -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...)