]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
r3758: Increase a debug level. This error condition can actually happen in real life
authorVolker Lendecke <vlendec@samba.org>
Mon, 15 Nov 2004 13:18:12 +0000 (13:18 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 15:53:16 +0000 (10:53 -0500)
if you have several competing winbinds that might get a lag due to
replication.

Volker

source/sam/idmap_ldap.c

index d83c0bdc4d81ab2cd4136cc2ba06e4f6445a9088..28fdbab77e5ac05608113d912677c30d22f0bbe0 100644 (file)
@@ -466,7 +466,7 @@ static NTSTATUS ldap_allocate_id(unid_t *id, int id_type)
 
        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;
        }