From: Andre Noll Date: Sat, 2 Apr 2016 15:22:00 +0000 (+0200) Subject: afs: Remove incorrect log message. X-Git-Tag: v0.5.6~40 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=e74b1d28a18c3ddd00ab697618b437aaf05b1f64;ds=sidebyside afs: Remove incorrect log message. This was introduced in f8ed713d (com_select() callback: Return negative on errors.) last year. It is incorrect for two reasons. First, arg may well be NULL, and second, we might be about to open a mood rather than a playlist. --- diff --git a/afs.c b/afs.c index ee1c6b5d..0b24a3b8 100644 --- a/afs.c +++ b/afs.c @@ -502,7 +502,6 @@ static int activate_mood_or_playlist(char *arg, int *num_admissible) enum play_mode mode; int ret; - PARA_INFO_LOG("new playlist: %s\n", arg); if (!arg) { ret = change_current_mood(NULL); /* always successful */ mode = PLAY_MODE_MOOD;