From 3450ed666c50ec908557213672ff6b1b4534e9c1 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 30 Dec 2004 11:24:49 +0000 Subject: r4413: login failure doesn't warrant a level 1 debug (its filling my logs during torture tests) (This used to be commit b9284c16dc37bf14fceeaa694e82f36a38b0dd93) --- source4/libcli/auth/spnego.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4') diff --git a/source4/libcli/auth/spnego.c b/source4/libcli/auth/spnego.c index 5cce0f9e17..4f1dc57e9d 100644 --- a/source4/libcli/auth/spnego.c +++ b/source4/libcli/auth/spnego.c @@ -400,7 +400,7 @@ static NTSTATUS gensec_spnego_server_negTokenTarg(struct gensec_security *gensec spnego_state->state_position = SPNEGO_DONE; } else { spnego_out.negTokenTarg.negResult = SPNEGO_REJECT; - DEBUG(1, ("SPNEGO login failed: %s\n", nt_errstr(nt_status))); + DEBUG(2, ("SPNEGO login failed: %s\n", nt_errstr(nt_status))); spnego_state->state_position = SPNEGO_DONE; } -- cgit