From: Michael Adam Date: Fri, 28 Nov 2008 09:08:46 +0000 (+0100) Subject: s3:winbindd/idmap: add diagnostic entry debug msg to idmap_find_domain(). X-Git-Url: http://git.samba.org/samba.git/?p=kai%2Fsamba.git;a=commitdiff_plain;h=5f5fa28c5d95c0ab117a33061c318eabd4a92246 s3:winbindd/idmap: add diagnostic entry debug msg to idmap_find_domain(). Michael --- diff --git a/source3/winbindd/idmap.c b/source3/winbindd/idmap.c index 054df9be057..0062c7588e4 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 */