From: Volker Lendecke Date: Mon, 15 Nov 2004 13:18:12 +0000 (+0000) Subject: r3758: Increase a debug level. This error condition can actually happen in real life X-Git-Tag: samba-misc-tags/initial-v3-0-unstable~5595 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1c3f194ab7ab63aeb2284d7e5c7e183340740ceb;p=thirdparty%2Fsamba.git r3758: 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 --- diff --git a/source/sam/idmap_ldap.c b/source/sam/idmap_ldap.c index d83c0bdc4d8..28fdbab77e5 100644 --- a/source/sam/idmap_ldap.c +++ b/source/sam/idmap_ldap.c @@ -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; }