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 | 0d8273a6e327e1e9a2bdddcea1e1b19bcb544247 (patch) | |
tree | d84dcf9a2e79ba80b8d4b39fef719bca434960ee /common/smtppass.c | |
parent | be4b6539787394ce5e1bf29bcd31eb08246e75fe (diff) |
A little less chatty in the logs
Diffstat (limited to 'common/smtppass.c')
-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(); |