diff options
| author | Karel Zak <kzak@redhat.com> | 2019-09-05 16:46:14 +0200 |
|---|---|---|
| committer | Karel Zak <kzak@redhat.com> | 2019-09-05 16:46:14 +0200 |
| commit | 91099dea357e06074a38f81758c055b5806c1b05 (patch) | |
| tree | 3463031db1d53e0894a6ea90b23f7d619e6e3547 /disk-utils/sfdisk.c | |
| parent | f227757c77bf0992de4c3c03349ab4a345e6b409 (diff) | |
| download | util-linux-91099dea357e06074a38f81758c055b5806c1b05.tar.gz | |
tests: update sfdisk wipe output
- stderr is used for the warning (like in fdisk)
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'disk-utils/sfdisk.c')
| -rw-r--r-- | disk-utils/sfdisk.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/disk-utils/sfdisk.c b/disk-utils/sfdisk.c index 7032929134..deeb1dfe75 100644 --- a/disk-utils/sfdisk.c +++ b/disk-utils/sfdisk.c @@ -1476,7 +1476,7 @@ static void follow_wipe_mode(struct sfdisk *sf) if (dowipe) { if (!fdisk_is_ptcollision(sf->cxt)) { - fdisk_warn(sf->cxt, _( + fdisk_warnx(sf->cxt, _( "The device contains '%s' signature and it will be removed by a write command. " "See sfdisk(8) man page and --wipe option for more details."), fdisk_get_collision(sf->cxt)); |
