diff options
author | Gerald Carter <jerry@samba.org> | 2003-12-04 19:22:44 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2003-12-04 19:22:44 +0000 |
commit | 903017b1ee1db0984ed02d1d8b536af8841e7733 (patch) | |
tree | 9b2f984fac4e6e72358240f59e9587af4150c4d3 /source3/nsswitch | |
parent | 799b4f42a31a827a108ec3a20efa00320c4e5642 (diff) | |
download | samba-903017b1ee1db0984ed02d1d8b536af8841e7733.tar.gz samba-903017b1ee1db0984ed02d1d8b536af8841e7733.tar.bz2 samba-903017b1ee1db0984ed02d1d8b536af8841e7733.zip |
fix debug message
(This used to be commit 550b309a65d138364502c720894e2099de6b5076)
Diffstat (limited to 'source3/nsswitch')
-rw-r--r-- | source3/nsswitch/winbindd_group.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/nsswitch/winbindd_group.c b/source3/nsswitch/winbindd_group.c index 15bdc11036..180a3db8e2 100644 --- a/source3/nsswitch/winbindd_group.c +++ b/source3/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 */ |