]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
blkzone: add missing newline in success message
authorChristian Goeschel Ndjomouo <cgoesc2@wgu.edu>
Tue, 26 May 2026 11:25:28 +0000 (07:25 -0400)
committerChristian Goeschel Ndjomouo <cgoesc2@wgu.edu>
Tue, 26 May 2026 11:26:07 +0000 (07:26 -0400)
Signed-off-by: Christian Goeschel Ndjomouo <cgoesc2@wgu.edu>
sys-utils/blkzone.c

index 3298ef92b233488130fc0112be26cab04f0d7f05..9a6d65b88243cf14f78ce3097072db70cc689c94 100644 (file)
@@ -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,