summaryrefslogtreecommitdiffstats
path: root/qarshd.c
diff options
context:
space:
mode:
authorNate Straz <nstraz@redhat.com>2005-12-07 22:26:42 +0000
committerNathan Straz <nstraz@redhat.com>2008-09-23 09:37:45 -0400
commit36228eb000d4b36864fe5b7b5515f9b5a5d92d60 (patch)
tree91ad24884473cb71d53337a6e1f398a677f06786 /qarshd.c
parent6e5162a97d3c113243f9e349623aab4bd229460b (diff)
downloadqarsh-36228eb000d4b36864fe5b7b5515f9b5a5d92d60.tar.gz
qarsh-36228eb000d4b36864fe5b7b5515f9b5a5d92d60.tar.xz
qarsh-36228eb000d4b36864fe5b7b5515f9b5a5d92d60.zip
Quiet down the logging a bit.
Diffstat (limited to 'qarshd.c')
-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) {