summaryrefslogtreecommitdiff
path: root/source3/winbindd
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
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')
-rw-r--r--source3/winbindd/idmap.c2
-rw-r--r--source3/winbindd/nss_info.c2
2 files changed, 2 insertions, 2 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;
}
diff --git a/source3/winbindd/nss_info.c b/source3/winbindd/nss_info.c
index a3f95c6493..d7306ed71a 100644
--- a/source3/winbindd/nss_info.c
+++ b/source3/winbindd/nss_info.c
@@ -66,7 +66,7 @@ static struct nss_function_entry *nss_get_backend(const char *name )
}
if ( nss_get_backend(name) ) {
- DEBUG(0,("smb_register_idmap_nss: idmap module %s "
+ DEBUG(5,("smb_register_idmap_nss: idmap module %s "
"already registered!\n", name));
return NT_STATUS_OBJECT_NAME_COLLISION;
}