repart: downgrade log level

This commit is contained in:
Yu Watanabe 2020-09-10 15:08:13 +09:00
parent 94069bef23
commit e459258f19
1 changed files with 1 additions and 1 deletions

View File

@ -947,7 +947,7 @@ static int config_parse_label(
r = specifier_printf(rvalue, specifier_table, NULL, &resolved);
if (r < 0) {
log_syntax(unit, LOG_ERR, filename, line, r,
log_syntax(unit, LOG_WARNING, filename, line, r,
"Failed to expand specifiers in Label=, ignoring: %s", rvalue);
return 0;
}