From 227490e2be8029318beb488c404f9efdaedb852f Mon Sep 17 00:00:00 2001 From: Warren Dukes Date: Mon, 12 Jul 2004 15:19:26 +0000 Subject: icky, s/printf/DEBUG/ git-svn-id: https://svn.musicpd.org/mpd/trunk@1849 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- src/path.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- cgit v1.2.3