mirror of
https://github.com/jorisvink/kore
synced 2025-03-09 12:39:01 -04:00
log pid number of worker upon start.
This commit is contained in:
parent
681a88d535
commit
8afaac9fde
@ -382,7 +382,8 @@ kore_worker_entry(struct kore_worker *kw)
|
||||
|
||||
if (!kore_quiet) {
|
||||
kore_log(LOG_NOTICE,
|
||||
"worker %d started (cpu#%d)", kw->id, kw->cpu);
|
||||
"worker %d started (cpu#%d, pid#%d)",
|
||||
kw->id, kw->cpu, kw->pid);
|
||||
}
|
||||
|
||||
rcall = kore_runtime_getcall("kore_worker_configure");
|
||||
|
Loading…
x
Reference in New Issue
Block a user