aboutsummaryrefslogtreecommitdiffstats
path: root/src/path.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/path.c')
-rw-r--r--src/path.c2
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);
}