mirror of
https://github.com/jorisvink/kore
synced 2025-03-09 12:39:01 -04:00
Use kore_worker_name() when logging worker exits in worker_reaper().
This commit is contained in:
parent
debe6cb019
commit
9deb2e71bf
@ -683,8 +683,8 @@ worker_reaper(pid_t pid, int status)
|
||||
|
||||
if (!kore_quiet) {
|
||||
kore_log(LOG_NOTICE,
|
||||
"worker %d (%d) exited with status %d",
|
||||
kw->id, pid, status);
|
||||
"worker %s (%d) exited with status %d",
|
||||
kore_worker_name(kw->id), pid, status);
|
||||
}
|
||||
|
||||
kw->running = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user