homed: downgrade log level

This commit is contained in:
Yu Watanabe 2020-09-10 15:21:43 +09:00
parent adb5848706
commit 144fb165fd
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ int config_parse_default_file_system_type(
assert(s);
if (!isempty(rvalue) && !supported_fstype(rvalue)) {
log_syntax(unit, LOG_ERR, filename, line, 0, "Unsupported file system, ignoring: %s", rvalue);
log_syntax(unit, LOG_WARNING, filename, line, 0, "Unsupported file system, ignoring: %s", rvalue);
return 0;
}