summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--common/smtppass.c2
-rw-r--r--src/clamsmtpd.c2
2 files changed, 2 insertions, 2 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();
diff --git a/src/clamsmtpd.c b/src/clamsmtpd.c
index 201f345..95ceacf 100644
--- a/src/clamsmtpd.c
+++ b/src/clamsmtpd.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();