diff options
author | Volker Lendecke <vlendec@samba.org> | 2004-11-15 13:18:12 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 10:53:16 -0500 |
commit | fc7302b09e9a62c3758f9239c6040ce60eb15bdb (patch) | |
tree | 66c9508f51d40d52c0e3beb5e09e05f4ff90394a /source3 | |
parent | 3e8e24c629a5520318029f737cc06421ee656cd7 (diff) | |
download | samba-fc7302b09e9a62c3758f9239c6040ce60eb15bdb.tar.gz samba-fc7302b09e9a62c3758f9239c6040ce60eb15bdb.tar.bz2 samba-fc7302b09e9a62c3758f9239c6040ce60eb15bdb.zip |
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)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/sam/idmap_ldap.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |