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:
tblume 2016-11-07 14:20:43 +01:00 committed by Zbigniew Jędrzejewski-Szmek
parent f9b1947f9b
commit bdb4e0cb64
1 changed files with 1 additions and 1 deletions

View 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,