]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
repart: say on which device we apply things
authorLennart Poettering <lennart@poettering.net>
Fri, 10 Nov 2023 21:45:57 +0000 (22:45 +0100)
committerLennart Poettering <lennart@poettering.net>
Fri, 10 Nov 2023 21:53:49 +0000 (22:53 +0100)
So far we never mention the device in our output. Let's fix that.

src/partition/repart.c

index d01fec63f5842f6a12e7b0129cab08996c7a83b3..bbf10a96d36b1dc9dc3a037ae45826991dab6c66 100644 (file)
@@ -5509,7 +5509,7 @@ static int context_write_partition_table(Context *context) {
                 return 0;
         }
 
-        log_info("Applying changes.");
+        log_info("Applying changes to %s.", context->node);
 
         if (context->from_scratch && arg_empty != EMPTY_CREATE) {
                 /* Erase everything if we operate from scratch, except if the image was just created anyway, and thus is definitely empty. */