diff options
author | Stef Walter <stef@memberwebs.com> | 2004-07-10 05:00:50 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2004-07-10 05:00:50 +0000 |
commit | aba21d50ab7e88a05f17de05ba5dedab58a29616 (patch) | |
tree | ef3c39d33e517390736922d4eca6bb8fe22c121f /common | |
parent | 6a5396610bd5a37f139e2e6b728fe2928df48d31 (diff) |
A little less chatty in the logs
Diffstat (limited to 'common')
-rw-r--r-- | common/smtppass.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/smtppass.c b/common/smtppass.c index 201f345..95ceacf 100644 --- a/common/smtppass.c +++ b/common/smtppass.c @@ -533,7 +533,7 @@ static void* thread_main(void* arg) if(ctx.client != -1) shutdown(ctx.client, SHUT_RDWR); - messagex(&ctx, LOG_INFO, "closed client connection"); + messagex(&ctx, LOG_NOTICE, "closed client connection"); /* mark this as done */ plock(); |