X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fafb-hook.c;h=c1f93fabb92feb165b2ac27de44a0e70e693aad2;hb=e000e3b73ee0582882324e504fe2dae7386534f8;hp=efd2e6525892a5283c17e4291eccd3ab8818c837;hpb=3580f1a46e5d1a4d4baab7db790418d6bc35b679;p=src%2Fapp-framework-binder.git diff --git a/src/afb-hook.c b/src/afb-hook.c index efd2e652..c1f93fab 100644 --- a/src/afb-hook.c +++ b/src/afb-hook.c @@ -99,8 +99,9 @@ static void hook_xreq_begin_default_cb(void * closure, const struct afb_xreq *xr if (!xreq->cred) _hook_xreq_(xreq, "BEGIN"); else - _hook_xreq_(xreq, "BEGIN uid=%d gid=%d pid=%d label=%s id=%s", + _hook_xreq_(xreq, "BEGIN uid=%d=%s gid=%d pid=%d label=%s id=%s", (int)xreq->cred->uid, + xreq->cred->user, (int)xreq->cred->gid, (int)xreq->cred->pid, xreq->cred->label?:"(null)",