From a2145663be9ae22408be27280e4d05d111dbba98 Mon Sep 17 00:00:00 2001 From: Michiel Broek Date: Sun, 6 Nov 2005 20:40:44 +0000 Subject: [PATCH] One logmessage to debuglevel --- mbtask/taskibc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }