summaryrefslogtreecommitdiff
path: root/server/dispatch.c
diff options
context:
space:
mode:
authorGravatar Richard Basch <probe@mit.edu>1993-03-22 22:10:19 +0000
committerGravatar Richard Basch <probe@mit.edu>1993-03-22 22:10:19 +0000
commit8f7b0e35d412bebe53c35054976ae59e2e2292c9 (patch)
tree747280b2cfc04391025d675a195eda0cfcb9812f /server/dispatch.c
parentd694f31894a542e08aa3580e725821ebf5f099b5 (diff)
Changed some of the logging levels
Diffstat (limited to 'server/dispatch.c')
-rw-r--r--server/dispatch.c4
1 files changed, 2 insertions, 2 deletions
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),