]> git.ipfire.org Git - thirdparty/lxc.git/commit
start: don't log stop/continue for non-init processes
authorTycho Andersen <tycho@tycho.ws>
Fri, 19 Jan 2018 00:50:39 +0000 (00:50 +0000)
committerChristian Brauner <christian.brauner@ubuntu.com>
Fri, 19 Jan 2018 14:19:28 +0000 (15:19 +0100)
commit1e511590f2ad45325f9b9e0b37cffff8e9f0ea6e
treeb788978abe1d6622ba2130ef17570e07c2591682
parentb59956a4fdf93393657c3b715775ac9f2bf7955b
start: don't log stop/continue for non-init processes

This non-init forwarding check should really be before all the log messages
about "init continued" or "init stopped", since they will otherwise lie
about some process that wasn't init being stopped or continued.

Signed-off-by: Tycho Andersen <tycho@tycho.ws>
src/lxc/start.c