1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-24 02:04:21 +03:00

r14041: be a bit less verbose

metze
(This used to be commit 67a42a8097152c23fcd1adab68c64f127ac9c643)
This commit is contained in:
Stefan Metzmacher 2006-03-08 15:14:59 +00:00 committed by Gerald (Jerry) Carter
parent a9fd2d7f42
commit 1d495bc269

View File

@ -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++;
}