]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
repart: downgrade log level
authorYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 10 Sep 2020 06:08:13 +0000 (15:08 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 10 Sep 2020 06:08:13 +0000 (15:08 +0900)
src/partition/repart.c

index f5015b73a13d5f87d1e75f9113f3b65da40cd1d0..0c31c36f885c682679c1774cf4f939390f909151 100644 (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;
         }