]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
systemd-nspawn: decrease non-fatal mount errors to debug level (#4569)
authortblume <Thomas.Blume@suse.com>
Mon, 7 Nov 2016 13:20:43 +0000 (14:20 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 7 Nov 2016 13:20:43 +0000 (08:20 -0500)
non-fatal mount errors shouldn't be logged as warnings.

src/nspawn/nspawn-mount.c

index 392498d1bb7a7655e21e6da9cb994201c2c8f234..0c24b8e18ac54da2bc63e1eb07eef9fd85c64e2b 100644 (file)
@@ -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,