git-svn-id: https://svn.musicpd.org/mpd/trunk@4538 09075e82-0dd4-0310-85a5-a0d7c8717e4f
@@ -102,7 +102,7 @@ void flushWarningLog(void)
s = strtok(warningBuffer, "\n");
while (s != NULL) {
vfprintf(stderr, "%s\n", s);
fprintf(stderr, "%s\n", s);
s = strtok(NULL, "\n");
}
The note is not visible to the blocked user.