* commit 'b02a734d4cf8d9d2032fb167dcecf530ea8ea303': Fix a printf format string (caught by clang but not GCC).
This commit is contained in:
commit
76e563a718
1 changed files with 1 additions and 1 deletions
|
|
@ -369,7 +369,7 @@ void service_start(struct service *svc, const char *dynamic_args)
|
|||
svc->flags |= SVC_RUNNING;
|
||||
|
||||
if ((svc->flags & SVC_EXEC) != 0) {
|
||||
INFO("SVC_EXEC pid %d (uid %d gid %d+%d context %s) started; waiting...\n",
|
||||
INFO("SVC_EXEC pid %d (uid %d gid %d+%zu context %s) started; waiting...\n",
|
||||
svc->pid, svc->uid, svc->gid, svc->nr_supp_gids, svc->seclabel);
|
||||
waiting_for_exec = true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue