From: tblume Date: Mon, 7 Nov 2016 13:20:43 +0000 (+0100) Subject: systemd-nspawn: decrease non-fatal mount errors to debug level (#4569) X-Git-Tag: v233~454 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bdb4e0cb646ff33ecbb1cf4b502870f84bf4016d;p=thirdparty%2Fsystemd.git systemd-nspawn: decrease non-fatal mount errors to debug level (#4569) non-fatal mount errors shouldn't be logged as warnings. --- diff --git a/src/nspawn/nspawn-mount.c b/src/nspawn/nspawn-mount.c index 392498d1bb7..0c24b8e18ac 100644 --- a/src/nspawn/nspawn-mount.c +++ b/src/nspawn/nspawn-mount.c @@ -429,7 +429,7 @@ int mount_all(const char *dest, o = options; } - r = mount_verbose(mount_table[k].fatal ? LOG_ERR : LOG_WARNING, + r = mount_verbose(mount_table[k].fatal ? LOG_ERR : LOG_DEBUG, mount_table[k].what, where, mount_table[k].type,