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:
parent
a9fd2d7f42
commit
1d495bc269
@ -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++;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user