]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/partition/repart.c
repart: include more relevant information in the warning message, fix test
[thirdparty/systemd.git] / src / partition / repart.c
index 30805212798993a203ab19e16870ca2e59334387..69df7515635bc6b0e23fdd25a8c3ea32303f62ab 100644 (file)
@@ -917,7 +917,8 @@ static int config_parse_label(
 
         if (char16_strlen(recoded) > 36) {
                 log_syntax(unit, LOG_WARNING, filename, line, 0,
-                           "Partition label too long for GPT table, ignoring: %s", rvalue);
+                           "Partition label too long for GPT table, ignoring: \"%s\" (from \"%s\")",
+                           resolved, rvalue);
                 return 0;
         }