From acdf6bcfdb5c383d2eceedf07d96bf6a52a4ca83 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 10 Nov 2023 22:45:57 +0100 Subject: [PATCH] repart: say on which device we apply things So far we never mention the device in our output. Let's fix that. --- 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 d01fec63f58..bbf10a96d36 100644 --- a/src/partition/repart.c +++ b/src/partition/repart.c @@ -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. */ -- 2.47.3