made a debug statement more useful
authorAndrew Tridgell <tridge@samba.org>
Mon, 16 Jun 2003 01:12:42 +0000 (01:12 +0000)
committerAndrew Tridgell <tridge@samba.org>
Mon, 16 Jun 2003 01:12:42 +0000 (01:12 +0000)
(This used to be commit 3f7a24d183095a7e391fe35100a30fc572a8d769)

source3/nsswitch/winbindd_group.c

index 54f7eadad50dbedb16865f68413cc7fbc2862860..e643d933db8ae2325714516ec0e4f00db5c39fdc 100644 (file)
@@ -76,8 +76,9 @@ static BOOL fill_grent_mem(struct winbindd_domain *domain,
        *num_gr_mem = 0;
        
        if (group_name_type != SID_NAME_DOM_GRP) {
-               DEBUG(1, ("SID %s in domain %s isn't a domain group\n", 
-                         sid_to_string(sid_string, group_sid), domain->name));
+               DEBUG(1, ("SID %s in domain %s isn't a domain group (%d)\n", 
+                         sid_to_string(sid_string, group_sid), domain->name, 
+                         group_name_type));
                 goto done;
        }