Commit 227490e2 authored by Warren Dukes's avatar Warren Dukes

icky, s/printf/DEBUG/

git-svn-id: https://svn.musicpd.org/mpd/trunk@1849 09075e82-0dd4-0310-85a5-a0d7c8717e4f
parent 1af22729
......@@ -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);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment