summaryrefslogtreecommitdiff
path: root/source3/winbindd/nss_info.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/nss_info.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/nss_info.c')
-rw-r--r--source3/winbindd/nss_info.c2
1 files changed, 1 insertions, 1 deletions
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;
}