diff options
-rw-r--r-- | source3/winbindd/winbindd_getgrgid.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/winbindd/winbindd_getgrgid.c b/source3/winbindd/winbindd_getgrgid.c index a4a6a0d6eb7..4edd81b004c 100644 --- a/source3/winbindd/winbindd_getgrgid.c +++ b/source3/winbindd/winbindd_getgrgid.c @@ -149,7 +149,7 @@ NTSTATUS winbindd_getgrgid_recv(struct tevent_req *req, response->length += talloc_get_size(response->extra_data.data); D_NOTICE("Winbind external command GETGRGID end.\n" - "Returning %u group member(s).\n", + "Returning %"PRIu32" group member(s).\n", response->data.gr.num_gr_mem); return NT_STATUS_OK; |