]> git.ipfire.org Git - thirdparty/lxc.git/commit
pidfds: don't print a scary warning on ENOSYS 3103/head
authorTycho Andersen <tycho@tycho.ws>
Tue, 23 Jul 2019 15:40:14 +0000 (09:40 -0600)
committerTycho Andersen <tycho@tycho.ws>
Tue, 23 Jul 2019 15:43:38 +0000 (09:43 -0600)
commit9c579205669cce54944e2c4f115e69ef18475bbe
treecdd647e14f3358c3e3ea205f951670410626828e
parent5c338ef44e911cdace56f11fa60ee28b4351a5a4
pidfds: don't print a scary warning on ENOSYS

Most kernels don't have this functionality yet, and so the warning is
printed a lot. Our people are scared of warnings, so let's make it INFO
instead in this case.

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