From fc7302b09e9a62c3758f9239c6040ce60eb15bdb Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Mon, 15 Nov 2004 13:18:12 +0000 Subject: 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 (This used to be commit 1c3f194ab7ab63aeb2284d7e5c7e183340740ceb) --- source3/sam/idmap_ldap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/sam') diff --git a/source3/sam/idmap_ldap.c b/source3/sam/idmap_ldap.c index d83c0bdc4d..28fdbab77e 100644 --- a/source3/sam/idmap_ldap.c +++ b/source3/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; } -- cgit