svn commit: samba r4413 - in branches/SAMBA_4_0/source/libcli/auth: .

tridge at samba.org tridge at samba.org
Thu Dec 30 11:24:50 GMT 2004


Author: tridge
Date: 2004-12-30 11:24:49 +0000 (Thu, 30 Dec 2004)
New Revision: 4413

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=4413

Log:
login failure doesn't warrant a level 1 debug (its filling my logs during torture tests)

Modified:
   branches/SAMBA_4_0/source/libcli/auth/spnego.c


Changeset:
Modified: branches/SAMBA_4_0/source/libcli/auth/spnego.c
===================================================================
--- branches/SAMBA_4_0/source/libcli/auth/spnego.c	2004-12-30 07:10:31 UTC (rev 4412)
+++ branches/SAMBA_4_0/source/libcli/auth/spnego.c	2004-12-30 11:24:49 UTC (rev 4413)
@@ -400,7 +400,7 @@
 		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;
 	}
 



More information about the samba-cvs mailing list