One logmessage to debuglevel

This commit is contained in:
Michiel Broek 2005-11-06 20:40:44 +00:00
parent d3caa2afa7
commit a2145663be

View File

@ -1556,7 +1556,7 @@ void receiver(struct servent *se)
} }
} }
if (!inlist) { if (!inlist) {
Syslog('!', "IBC: message from unknown host (%s), dropped", hostname); Syslog('r', "IBC: message from unknown host (%s), dropped", hostname);
return; return;
} }