mirror of
https://github.com/apple/container.git
synced 2026-09-12 02:35:42 +00:00
Fix log metadata when starting a process (#345)
This commit is contained in:
@@ -190,7 +190,7 @@ extension ManagedProcess {
|
||||
log.info(
|
||||
"got back pid data",
|
||||
metadata: [
|
||||
"id": "\(pid)"
|
||||
"pid": "\(pid)"
|
||||
])
|
||||
$0.pid = pid
|
||||
|
||||
|
||||
Reference in New Issue
Block a user