diff options
-rw-r--r-- | src/path.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/path.c b/src/path.c index 61c9f7040..4ca9fa658 100644 --- a/src/path.c +++ b/src/path.c @@ -261,7 +261,7 @@ char * sanitizePathDup(char * path) { ret[len] = '\0'; } - printf("sanitized: %s\n", ret); + DEBUG("sanitized: %s\n", ret); return realloc(ret,len+1); } |