From 5f5fa28c5d95c0ab117a33061c318eabd4a92246 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Fri, 28 Nov 2008 10:08:46 +0100 Subject: s3:winbindd/idmap: add diagnostic entry debug msg to idmap_find_domain(). Michael --- source3/winbindd/idmap.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source3') diff --git a/source3/winbindd/idmap.c b/source3/winbindd/idmap.c index 054df9be05..0062c7588e 100644 --- a/source3/winbindd/idmap.c +++ b/source3/winbindd/idmap.c @@ -461,6 +461,9 @@ static struct idmap_domain *idmap_find_domain(const char *domname) struct idmap_domain *result; int i; + DEBUG(10, ("idmap_find_domain called for domain '%s'\n", + domname?domname:"NULL")); + /* * Always init the default domain, we can't go without one */ -- cgit