]> git.ipfire.org Git - thirdparty/lxc.git/commit
lxc_init: s/SYSDEBUG()/SYSERROR()/g in remove_self 2543/head
authorChristian Brauner <christian.brauner@ubuntu.com>
Fri, 17 Aug 2018 09:47:25 +0000 (11:47 +0200)
committerChristian Brauner <christian.brauner@ubuntu.com>
Fri, 17 Aug 2018 09:47:25 +0000 (11:47 +0200)
commit694756df3a768c4fd700b4a209f2ae6b4fa7bd7c
treef1525da871fd464c06cc40d15c1c0c524825661c
parentd1bf8af11be88b61e45143beac36623253dfc325
lxc_init: s/SYSDEBUG()/SYSERROR()/g in remove_self

Since we switched to execveat() whenever possible in
commit 4b5b3a2a299b ("execute: use execveat() syscall if supported")
it is unlikely that remove_self() has any job to do at all. So dumb down the
error levels.

Closes #2536.

Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
src/lxc/cmd/lxc_init.c