s3:winbindd/idmap: add diagnostic entry debug msg to idmap_find_domain().
authorMichael Adam <obnox@samba.org>
Fri, 28 Nov 2008 09:08:46 +0000 (10:08 +0100)
committerMichael Adam <obnox@samba.org>
Mon, 1 Dec 2008 03:37:21 +0000 (04:37 +0100)
Michael

source3/winbindd/idmap.c

index 054df9be0572cc305b1e3b7df288c8e6f0169134..0062c7588e4a13f1f3ab789ef8f8ab2002f6becf 100644 (file)
@@ -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
         */