From bdb4e0cb646ff33ecbb1cf4b502870f84bf4016d Mon Sep 17 00:00:00 2001 From: tblume Date: Mon, 7 Nov 2016 14:20:43 +0100 Subject: systemd-nspawn: decrease non-fatal mount errors to debug level (#4569) non-fatal mount errors shouldn't be logged as warnings. --- src/nspawn/nspawn-mount.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/nspawn') diff --git a/src/nspawn/nspawn-mount.c b/src/nspawn/nspawn-mount.c index 392498d1bb..0c24b8e18a 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, -- cgit v1.2.1