diff options
Diffstat (limited to 'src/ifuse.c')
| -rw-r--r-- | src/ifuse.c | 2 |
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 @@ | |||
| 41 | GHashTable *file_handles; | 41 | GHashTable *file_handles; |
| 42 | int fh_index = 0; | 42 | int fh_index = 0; |
| 43 | 43 | ||
| 44 | int debug = 0; | 44 | int debug = 1; |
| 45 | 45 | ||
| 46 | static int ifuse_getattr(const char *path, struct stat *stbuf) { | 46 | static int ifuse_getattr(const char *path, struct stat *stbuf) { |
| 47 | int res = 0; | 47 | int res = 0; |
