mirror of
https://github.com/containers/podman.git
synced 2025-09-06 13:53:22 +00:00
@@ -184,7 +184,7 @@ func moveUnderCgroup(cgroup, subtree string, processes []uint32) error {
|
||||
}
|
||||
for _, pid := range bytes.Split(processesData, []byte("\n")) {
|
||||
if _, err := f.Write(pid); err != nil {
|
||||
logrus.Warnf("Cannot move process %d to cgroup %q", pid, newCgroup)
|
||||
logrus.Warnf("Cannot move process %s to cgroup %q", string(pid), newCgroup)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user