From e459258f196bc9b4c8fa6aa3c7910b03962c0017 Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Thu, 10 Sep 2020 15:08:13 +0900 Subject: [PATCH] repart: downgrade log level --- src/partition/repart.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/partition/repart.c b/src/partition/repart.c index f5015b73a13..0c31c36f885 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; } -- 2.47.3