From 1c3f194ab7ab63aeb2284d7e5c7e183340740ceb Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Mon, 15 Nov 2004 13:18:12 +0000 Subject: [PATCH] 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 --- source/sam/idmap_ldap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.47.3