sfdisk: write all message to stdout

The code writes message to stdout and \n to stderr.

Signed-off-by: Karel Zak <kzak@redhat.com>
This commit is contained in:
Karel Zak 2019-08-30 15:40:06 +02:00
parent ee551c909f
commit 7837cd491a
1 changed files with 1 additions and 1 deletions

View File

@ -1478,7 +1478,7 @@ static void follow_wipe_mode(struct sfdisk *sf)
if (!fdisk_is_ptcollision(sf->cxt)) {
fdisk_info(sf->cxt, _("The old %s signature will be removed by a write command."),
fdisk_get_collision(sf->cxt));
fputc('\n', stderr);
fputc('\n', stdout);
}
} else {
fdisk_warnx(sf->cxt, _(