diff options
Diffstat (limited to 'util-linux/fdisk.c')
-rw-r--r-- | util-linux/fdisk.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/fdisk.c b/util-linux/fdisk.c index 58e93bb92..f28d4fdd2 100644 --- a/util-linux/fdisk.c +++ b/util-linux/fdisk.c @@ -511,7 +511,7 @@ static sector_t bb_BLKGETSIZE_sectors(int fd) * we support can't record more than 32 bit * sector counts or offsets */ - bb_error_msg("device has more than 2^32 sectors, can't use all of them"); + bb_simple_error_msg("device has more than 2^32 sectors, can't use all of them"); v64 = (uint32_t)-1L; } return v64; |