summaryrefslogtreecommitdiff
path: root/source3/nsswitch
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2003-06-16 01:12:42 +0000
committerAndrew Tridgell <tridge@samba.org>2003-06-16 01:12:42 +0000
commita2039bc4c6aff4a7aa5c89a7876bd7cbfdd47bf9 (patch)
tree21e1785fd8dc5d538addca83174ef6cb18021893 /source3/nsswitch
parent489956c82391d7559bb097b112957e6a7d91934c (diff)
downloadsamba-a2039bc4c6aff4a7aa5c89a7876bd7cbfdd47bf9.tar.gz
samba-a2039bc4c6aff4a7aa5c89a7876bd7cbfdd47bf9.tar.bz2
samba-a2039bc4c6aff4a7aa5c89a7876bd7cbfdd47bf9.zip
made a debug statement more useful
(This used to be commit 3f7a24d183095a7e391fe35100a30fc572a8d769)
Diffstat (limited to 'source3/nsswitch')
-rw-r--r--source3/nsswitch/winbindd_group.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/source3/nsswitch/winbindd_group.c b/source3/nsswitch/winbindd_group.c
index 54f7eadad5..e643d933db 100644
--- a/source3/nsswitch/winbindd_group.c
+++ b/source3/nsswitch/winbindd_group.c
@@ -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;
}