From 9a7eabd1701ca229b299885b12abfea25ea637c2 Mon Sep 17 00:00:00 2001 From: Fufu Fang Date: Sun, 5 May 2024 02:04:31 +0100 Subject: [PATCH] modified debug message --- src/fuse_local.c | 2 +- src/link.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/fuse_local.c b/src/fuse_local.c index 3a5fa0a..f5fa40f 100644 --- a/src/fuse_local.c +++ b/src/fuse_local.c @@ -145,7 +145,7 @@ fs_readdir(const char *path, void *buf, fuse_fill_dir_t dir_add, #ifdef DEBUG static int j = 0; - lprintf(debug, "\n!!!!Calling fs_readdir for the %d time!!!!\n", j); + lprintf(debug, "!!!!Calling fs_readdir for the %d time!!!!\n", j); j++; #endif diff --git a/src/link.c b/src/link.c index 3ffba89..72e03c4 100644 --- a/src/link.c +++ b/src/link.c @@ -646,7 +646,7 @@ LinkTable *LinkTable_new(const char *url) #ifdef DEBUG static int i = 0; - lprintf(debug, "\n!!!!Calling LinkTable_new for the %d time!!!!\n", i); + lprintf(debug, "!!!!Calling LinkTable_new for the %d time!!!!\n", i); i++; #endif