summaryrefslogtreecommitdiff
path: root/source4/smb_server/smb/negprot.c
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2006-03-08 15:14:59 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:52:38 -0500
commit1d495bc26975bbd487fd1548347ab8dabeda95bd (patch)
tree3c26fe482f35c112bc40640811754e08f04e6e15 /source4/smb_server/smb/negprot.c
parenta9fd2d7f42665305e60b96849d96b8e14efb591d (diff)
downloadsamba-1d495bc26975bbd487fd1548347ab8dabeda95bd.tar.gz
samba-1d495bc26975bbd487fd1548347ab8dabeda95bd.tar.bz2
samba-1d495bc26975bbd487fd1548347ab8dabeda95bd.zip
r14041: be a bit less verbose
metze (This used to be commit 67a42a8097152c23fcd1adab68c64f127ac9c643)
Diffstat (limited to 'source4/smb_server/smb/negprot.c')
-rw-r--r--source4/smb_server/smb/negprot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/smb_server/smb/negprot.c b/source4/smb_server/smb/negprot.c
index 917a899faa..4a14ccb5d8 100644
--- a/source4/smb_server/smb/negprot.c
+++ b/source4/smb_server/smb/negprot.c
@@ -500,7 +500,7 @@ void smbsrv_reply_negprot(struct smbsrv_request *req)
p += len;
if (len == 0 || !protos[protos_count]) break;
- DEBUG(3,("Requested protocol [%d][%s]\n", protos_count, protos[protos_count]));
+ DEBUG(5,("Requested protocol [%d][%s]\n", protos_count, protos[protos_count]));
protos_count++;
}