From 3fe601afcffacc84981bd54ef2293f92688f5b0e Mon Sep 17 00:00:00 2001 From: Guenther Deschner Date: Mon, 23 Jul 2012 14:34:11 +0200 Subject: s3-winbind: Fix idmap initialization debug message. Signed-off-by: Andreas Schneider Autobuild-User(master): Andreas Schneider Autobuild-Date(master): Mon Jul 23 18:19:00 CEST 2012 on sn-devel-104 --- source3/winbindd/idmap.c | 2 +- source3/winbindd/nss_info.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'source3/winbindd') 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; } -- cgit