diff options
Diffstat (limited to 'util-linux/swaponoff.c')
-rw-r--r-- | util-linux/swaponoff.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/swaponoff.c b/util-linux/swaponoff.c index 73fe105a9..db43aa52a 100644 --- a/util-linux/swaponoff.c +++ b/util-linux/swaponoff.c | |||
@@ -31,7 +31,7 @@ static int swap_enable_disable(char *device) | |||
31 | status = swapoff(device); | 31 | status = swapoff(device); |
32 | 32 | ||
33 | if (status != 0) { | 33 | if (status != 0) { |
34 | bb_perror_msg("%s", device); | 34 | bb_simple_perror_msg(device); |
35 | return 1; | 35 | return 1; |
36 | } | 36 | } |
37 | 37 | ||