summaryrefslogtreecommitdiff
path: root/source4/libcli
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-11-08 16:02:21 +1100
committerAndrew Tridgell <tridge@samba.org>2010-11-08 06:16:04 +0000
commitac0a92b5b325a3be968d2f7384c6a4a119d0ec84 (patch)
tree27c617f1348588a80e4b08773a2847f712bfa1db /source4/libcli
parent7bd5d402081bd7cd4cfeb2641bf011ad68be6443 (diff)
downloadsamba-ac0a92b5b325a3be968d2f7384c6a4a119d0ec84.tar.gz
samba-ac0a92b5b325a3be968d2f7384c6a4a119d0ec84.tar.bz2
samba-ac0a92b5b325a3be968d2f7384c6a4a119d0ec84.zip
s4-debug: lowered the debug level of some unimportant messages
Diffstat (limited to 'source4/libcli')
-rw-r--r--source4/libcli/dgram/dgramsocket.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/libcli/dgram/dgramsocket.c b/source4/libcli/dgram/dgramsocket.c
index 4dd17412af..090e67af88 100644
--- a/source4/libcli/dgram/dgramsocket.c
+++ b/source4/libcli/dgram/dgramsocket.c
@@ -61,7 +61,7 @@ static void dgm_socket_recv(struct nbt_dgram_socket *dgmsock)
}
blob.length = nread;
- DEBUG(2,("Received dgram packet of length %d from %s:%d\n",
+ DEBUG(5,("Received dgram packet of length %d from %s:%d\n",
(int)blob.length, src->addr, src->port));
packet = talloc(tmp_ctx, struct nbt_dgram_packet);