diff --git a/mbtask/taskibc.c b/mbtask/taskibc.c index 081e7c16..9b0b57e2 100644 --- a/mbtask/taskibc.c +++ b/mbtask/taskibc.c @@ -1556,7 +1556,7 @@ void receiver(struct servent *se) } } if (!inlist) { - Syslog('!', "IBC: message from unknown host (%s), dropped", hostname); + Syslog('r', "IBC: message from unknown host (%s), dropped", hostname); return; }