diff options
author | Stefan Metzmacher <metze@samba.org> | 2006-03-08 15:14:59 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:52:38 -0500 |
commit | 1d495bc26975bbd487fd1548347ab8dabeda95bd (patch) | |
tree | 3c26fe482f35c112bc40640811754e08f04e6e15 /source4/smb_server | |
parent | a9fd2d7f42665305e60b96849d96b8e14efb591d (diff) | |
download | samba-1d495bc26975bbd487fd1548347ab8dabeda95bd.tar.gz samba-1d495bc26975bbd487fd1548347ab8dabeda95bd.tar.xz samba-1d495bc26975bbd487fd1548347ab8dabeda95bd.zip |
r14041: be a bit less verbose
metze
(This used to be commit 67a42a8097152c23fcd1adab68c64f127ac9c643)
Diffstat (limited to 'source4/smb_server')
-rw-r--r-- | source4/smb_server/smb/negprot.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/smb_server/smb/negprot.c b/source4/smb_server/smb/negprot.c index 917a899faaa..4a14ccb5d8a 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++; } |