mirror of
https://github.com/Dasharo/systemd.git
synced 2026-03-06 15:02:31 -08:00
systemd-nspawn: decrease non-fatal mount errors to debug level (#4569)
non-fatal mount errors shouldn't be logged as warnings.
This commit is contained in:
committed by
Zbigniew Jędrzejewski-Szmek
parent
f9b1947f9b
commit
bdb4e0cb64
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user