summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2003-12-04 19:22:44 +0000
committerGerald Carter <jerry@samba.org>2003-12-04 19:22:44 +0000
commit550b309a65d138364502c720894e2099de6b5076 (patch)
tree29e0b99b0b0da58c32e7376c0476eb8fc39b184a /source
parent21b0758a88a2469a61d13acf7ecc006152a07273 (diff)
downloadsamba-550b309a65d138364502c720894e2099de6b5076.tar.gz
samba-550b309a65d138364502c720894e2099de6b5076.tar.xz
samba-550b309a65d138364502c720894e2099de6b5076.zip
fix debug message
Diffstat (limited to 'source')
-rw-r--r--source/nsswitch/winbindd_group.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/nsswitch/winbindd_group.c b/source/nsswitch/winbindd_group.c
index 15bdc110366..180a3db8e2e 100644
--- a/source/nsswitch/winbindd_group.c
+++ b/source/nsswitch/winbindd_group.c
@@ -692,8 +692,8 @@ enum winbindd_result winbindd_getgrent(struct winbindd_cli_state *state)
goto tryagain;
}
- DEBUG(10, ("got gid %lu for group %x\n", (unsigned long)group_gid,
- name_list[ent->sam_entry_index].rid));
+ DEBUG(10, ("got gid %lu for group %lu\n", (unsigned long)group_gid,
+ (unsigned long)name_list[ent->sam_entry_index].rid));
/* Fill in group entry */