summaryrefslogtreecommitdiff
path: root/source3/winbindd/idmap.c
diff options
context:
space:
mode:
authorGuenther Deschner <gd@samba.org>2012-07-23 14:34:11 +0200
committerAndreas Schneider <asn@cryptomilk.org>2012-07-23 18:19:00 +0200
commit3fe601afcffacc84981bd54ef2293f92688f5b0e (patch)
tree212b507a41abf58d0a499e719e4e851594036439 /source3/winbindd/idmap.c
parent0b903e1cf53439898ad1f088c6278f1ef1115328 (diff)
downloadsamba-3fe601afcffacc84981bd54ef2293f92688f5b0e.tar.gz
samba-3fe601afcffacc84981bd54ef2293f92688f5b0e.tar.bz2
samba-3fe601afcffacc84981bd54ef2293f92688f5b0e.zip
s3-winbind: Fix idmap initialization debug message.
Signed-off-by: Andreas Schneider <asn@samba.org> Autobuild-User(master): Andreas Schneider <asn@cryptomilk.org> Autobuild-Date(master): Mon Jul 23 18:19:00 CEST 2012 on sn-devel-104
Diffstat (limited to 'source3/winbindd/idmap.c')
-rw-r--r--source3/winbindd/idmap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/winbindd/idmap.c b/source3/winbindd/idmap.c
index b2362103d8..f6e48d3e04 100644
--- a/source3/winbindd/idmap.c
+++ b/source3/winbindd/idmap.c
@@ -129,7 +129,7 @@ NTSTATUS smb_register_idmap(int version, const char *name,
for (entry = backends; entry != NULL; entry = entry->next) {
if (strequal(entry->name, name)) {
- DEBUG(0,("Idmap module %s already registered!\n",
+ DEBUG(5,("Idmap module %s already registered!\n",
name));
return NT_STATUS_OBJECT_NAME_COLLISION;
}