@ -80,7 +80,7 @@ int main(int argc, char *argv[])
/* check logfile */
char *logfile = config_get_string("global", "logfile", DEFAULT_LOGFILE);
if (logfile != NULL && debug != 0) {
if (logfile != NULL && debug == 0) {
/* start logging */
if (!log_init(logfile))
exit(-1);
The note is not visible to the blocked user.