summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--qarshd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/qarshd.c b/qarshd.c
index 4392db8..8e70626 100644
--- a/qarshd.c
+++ b/qarshd.c
@@ -250,7 +250,7 @@ handle_packets(int infd)
} else if (nfd > 0) {
qp = recv_packet(infd);
if (qp == NULL) {
- syslog(LOG_INFO, "That's enough\n");
+ syslog(LOG_DEBUG, "That's enough\n");
break;
}
switch (qp->qp_type) {