diff options
Diffstat (limited to 'src/song.c')
-rw-r--r-- | src/song.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |