summaryrefslogtreecommitdiffstats
path: root/src/ifuse.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ifuse.c')
-rw-r--r--src/ifuse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ifuse.c b/src/ifuse.c
index f33eaaa..7d6f72a 100644
--- a/src/ifuse.c
+++ b/src/ifuse.c
@@ -41,7 +41,7 @@
41GHashTable *file_handles; 41GHashTable *file_handles;
42int fh_index = 0; 42int fh_index = 0;
43 43
44int debug = 0; 44int debug = 1;
45 45
46static int ifuse_getattr(const char *path, struct stat *stbuf) { 46static int ifuse_getattr(const char *path, struct stat *stbuf) {
47 int res = 0; 47 int res = 0;