From: Lennart Poettering Date: Fri, 10 Nov 2023 21:45:57 +0000 (+0100) Subject: repart: say on which device we apply things X-Git-Tag: v255-rc2~48^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=acdf6bcfdb5c383d2eceedf07d96bf6a52a4ca83;p=thirdparty%2Fsystemd.git repart: say on which device we apply things So far we never mention the device in our output. Let's fix that. --- 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. */