instance: turn error into debug message for missing ujail binary openwrt-19.07
authorPetr Štetiar <ynezz@true.cz>
Sat, 7 Mar 2020 12:17:55 +0000 (13:17 +0100)
committerPetr Štetiar <ynezz@true.cz>
Sat, 7 Mar 2020 12:17:55 +0000 (13:17 +0100)
commit09b9bd828981a4f9271f8906f7b6f5af04e1a6f9
tree0bda42524f8aa9660862cf17806a571500be52fd
parent31e4b2dfdbd74f7451abf876dd5d9a674af7adfd
instance: turn error into debug message for missing ujail binary

Since commit 557f11b3a20f ("instance: provide error feedback if ujail
binary is missing") worrying log spam of the form "unable to find
/sbin/jail ..." may be encountered.

This corresponds with the changes done in the upstream commit
bcb86554f1b4 ("instance: add 'requirejail' attribute").

Fixes: 557f11b3a20f ("instance: provide error feedback if ujail binary is missing")
Ref: https://forum.openwrt.org/t/openwrt-19-07-2-service-release/57066
Signed-off-by: Petr Štetiar <ynezz@true.cz>
service/instance.c