From 33bbe2b9e1a878c74d09696b2afdd5ba680fd43c Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Mon, 13 Jun 2005 14:39:39 +0000 Subject: r7536: doesn't spam the smbd_log in the build_farm... metze (This used to be commit 9f4ed54c58a1d029b171ad199dd4a7ccf1f96f64) --- source4/auth/ntlmssp/ntlmssp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/auth/ntlmssp/ntlmssp.c') diff --git a/source4/auth/ntlmssp/ntlmssp.c b/source4/auth/ntlmssp/ntlmssp.c index a8c5828295..26e9d66e6f 100644 --- a/source4/auth/ntlmssp/ntlmssp.c +++ b/source4/auth/ntlmssp/ntlmssp.c @@ -144,7 +144,7 @@ static NTSTATUS gensec_ntlmssp_update(struct gensec_security *gensec_security, } if (ntlmssp_command != gensec_ntlmssp_state->expected_state) { - DEBUG(1, ("got NTLMSSP command %u, expected %u\n", ntlmssp_command, gensec_ntlmssp_state->expected_state)); + DEBUG(2, ("got NTLMSSP command %u, expected %u\n", ntlmssp_command, gensec_ntlmssp_state->expected_state)); return NT_STATUS_INVALID_PARAMETER; } -- cgit