svn commit: samba r7731 - in branches/SAMBA_4_0/source: cldap_server libcli/auth

metze at samba.org metze at samba.org
Sat Jun 18 20:32:21 GMT 2005


Author: metze
Date: 2005-06-18 20:32:21 +0000 (Sat, 18 Jun 2005)
New Revision: 7731

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

Log:
change debug level to not spam the build-farm smbd log

metze
Modified:
   branches/SAMBA_4_0/source/cldap_server/netlogon.c
   branches/SAMBA_4_0/source/libcli/auth/session.c


Changeset:
Modified: branches/SAMBA_4_0/source/cldap_server/netlogon.c
===================================================================
--- branches/SAMBA_4_0/source/cldap_server/netlogon.c	2005-06-18 16:47:27 UTC (rev 7730)
+++ branches/SAMBA_4_0/source/cldap_server/netlogon.c	2005-06-18 20:32:21 UTC (rev 7731)
@@ -267,7 +267,7 @@
 	return;
 	
 failed:
-	DEBUG(0,("cldap netlogon query failed domain=%s host=%s version=%d - %s\n",
+	DEBUG(2,("cldap netlogon query failed domain=%s host=%s version=%d - %s\n",
 		 domain, host, version, nt_errstr(status)));
 	talloc_free(tmp_ctx);
 	cldap_empty_reply(cldap, message_id, src_address, src_port);	

Modified: branches/SAMBA_4_0/source/libcli/auth/session.c
===================================================================
--- branches/SAMBA_4_0/source/libcli/auth/session.c	2005-06-18 16:47:27 UTC (rev 7730)
+++ branches/SAMBA_4_0/source/libcli/auth/session.c	2005-06-18 20:32:21 UTC (rev 7731)
@@ -191,7 +191,7 @@
 	sess_crypt_blob(&out, blob, session_key, False);
 
 	if (IVAL(out.data, 4) != 1) {
-		DEBUG(0,("Unexpected revision number %d in session crypted secret (BLOB)\n",
+		DEBUG(2,("Unexpected revision number %d in session crypted secret (BLOB)\n",
 			 IVAL(out.data, 4)));
 		return NT_STATUS_UNKNOWN_REVISION;
 	}



More information about the samba-cvs mailing list