modified debug message

This commit is contained in:
Fufu Fang 2024-05-05 02:04:31 +01:00
parent 01fd2e9559
commit 9a7eabd170
No known key found for this signature in database
GPG Key ID: 8A4CB08B0A7E27CE
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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