From 8f7b0e35d412bebe53c35054976ae59e2e2292c9 Mon Sep 17 00:00:00 2001 From: Richard Basch Date: Mon, 22 Mar 1993 22:10:19 +0000 Subject: Changed some of the logging levels --- server/dispatch.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'server/dispatch.c') diff --git a/server/dispatch.c b/server/dispatch.c index a3f241a..1d54947 100644 --- a/server/dispatch.c +++ b/server/dispatch.c @@ -266,7 +266,7 @@ dispatch(notice, auth, who, from_server) if ((int) notice->z_kind < (int) UNSAFE || (int) notice->z_kind > (int) CLIENTACK) { - syslog(LOG_INFO, "bad notice kind 0x%x from %s", + syslog(LOG_NOTICE, "bad notice kind 0x%x from %s", (int) notice->z_kind, inet_ntoa(who->sin_addr)); return; @@ -909,7 +909,7 @@ control_dispatch(notice, auth, who, server) server, wantdefs)) != ZERR_NONE) { - syslog(LOG_WARNING, + syslog(LOG_NOTICE, "subscr. register %s/%s/%d failed: %s", notice->z_sender, inet_ntoa(who->sin_addr), -- cgit v1.2.3