From: Christian Goeschel Ndjomouo Date: Tue, 26 May 2026 11:25:28 +0000 (-0400) Subject: blkzone: add missing newline in success message X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=65d198d32eb06ad4e12d9e7aa222f132eec63c6e;p=thirdparty%2Futil-linux.git blkzone: add missing newline in success message Signed-off-by: Christian Goeschel Ndjomouo --- diff --git a/sys-utils/blkzone.c b/sys-utils/blkzone.c index 3298ef92b..9a6d65b88 100644 --- a/sys-utils/blkzone.c +++ b/sys-utils/blkzone.c @@ -382,7 +382,7 @@ static int blkzone_action(struct blkzone_control *ctl) err(EXIT_FAILURE, _("%s: %s ioctl failed"), ctl->devname, ctl->command->ioctl_name); else if (ctl->verbose) - printf(_("%s: successful %s of zones in range from %ju, to %ju"), + printf(_("%s: successful %s of zones in range from %ju, to %ju\n"), ctl->devname, ctl->command->name, (uintmax_t) ctl->offset,