svn commit: samba r3758 - in branches/SAMBA_3_0/source/sam: .

vlendec at samba.org vlendec at samba.org
Mon Nov 15 13:18:12 GMT 2004


Author: vlendec
Date: 2004-11-15 13:18:12 +0000 (Mon, 15 Nov 2004)
New Revision: 3758

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

Log:
Increase a debug level. This error condition can actually happen in real life
if you have several competing winbinds that might get a lag due to
replication.

Volker

Modified:
   branches/SAMBA_3_0/source/sam/idmap_ldap.c


Changeset:
Modified: branches/SAMBA_3_0/source/sam/idmap_ldap.c
===================================================================
--- branches/SAMBA_3_0/source/sam/idmap_ldap.c	2004-11-15 12:30:28 UTC (rev 3757)
+++ branches/SAMBA_3_0/source/sam/idmap_ldap.c	2004-11-15 13:18:12 UTC (rev 3758)
@@ -466,7 +466,7 @@
 
 	ldap_mods_free( mods, True );
 	if (rc != LDAP_SUCCESS) {
-		DEBUG(0,("ldap_allocate_id: Failed to allocate new %s.  ldap_modify() failed.\n",
+		DEBUG(1,("ldap_allocate_id: Failed to allocate new %s.  ldap_modify() failed.\n",
 			type));
 		goto out;
 	}



More information about the samba-cvs mailing list