diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2020-09-10 08:08:13 +0200 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2020-09-10 08:08:13 +0200 |
commit | e459258f196bc9b4c8fa6aa3c7910b03962c0017 (patch) | |
tree | 4ad69a6493d1221fe146c1851ef01626d683b261 /src/partition | |
parent | resolve: downgrade error level when the error will be ignored (diff) | |
download | systemd-e459258f196bc9b4c8fa6aa3c7910b03962c0017.tar.xz systemd-e459258f196bc9b4c8fa6aa3c7910b03962c0017.zip |
repart: downgrade log level
Diffstat (limited to 'src/partition')
-rw-r--r-- | src/partition/repart.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/partition/repart.c b/src/partition/repart.c index f5015b73a1..0c31c36f88 100644 --- a/src/partition/repart.c +++ b/src/partition/repart.c @@ -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; } |