From 402c8cd707640f7bd857c3387a03bb4db40222d7 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Tue, 25 Oct 2005 20:35:16 +0000 Subject: debug messages no longer cause segfaults :P git-svn-id: https://svn.musicpd.org/mpd/trunk@3553 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- src/song.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/song.c') diff --git a/src/song.c b/src/song.c index d8c265879..9a2c8d67d 100644 --- a/src/song.c +++ b/src/song.c @@ -50,7 +50,7 @@ Song * newSong(char * url, int type, Directory * parentDir) { Song * song = NULL; if(strchr(url, '\n')) { - DEBUG("newSong: '%s' is not a valid uri\n"); + DEBUG("newSong: '%s' is not a valid uri\n",url); return NULL; } -- cgit v1.2.3