src/sysext: Use versioned names when logging extensions used for merge operation
authorMaanya Goenka <maanyagoenka@microsoft.com>
Mon, 9 Sep 2024 16:25:32 +0000 (16:25 +0000)
committerLennart Poettering <lennart@poettering.net>
Wed, 11 Sep 2024 04:44:38 +0000 (06:44 +0200)
commit25d1b968802fa181c4f1a37c69e27090cf6b60ad
tree516a341093fcbe965493fd6730dcbbf320426519
parent408ab988dbf6723871afd3503d11bd0deb50f846
src/sysext: Use versioned names when logging extensions used for merge operation

If this is not done, and there are two images, image_1.raw and image_2.raw under
an image.raw.v folder, then the log will say "Using extensions image" instead of
using "Using extensions image_2.raw" which is the desired behavior for v-picked extensions.
src/sysext/sysext.c