@@ -51,7 +51,7 @@ void log(LOG_LEVEL lvl, char *fmt, ... )
time_t t = time(NULL);
struct tm tm;
localtime_r(&t, &tm);
if (conf.rmps.loglevel == ERROR || conf.rmps.loglevel == WARNING)
if (lvl == ERROR || lvl == WARNING)
fp = fderr;
else
fp = fdout;
The note is not visible to the blocked user.