From 4b8dfcc8a46b5f88501b5072555c3db1eb2eb0a1 Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Sun, 11 Jan 2015 22:27:57 +0100 Subject: partx: simplify a --verbose progress message Reported-by: Antonio Ceballos Signed-off-by: Benno Schulenberg --- disk-utils/partx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'disk-utils/partx.c') diff --git a/disk-utils/partx.c b/disk-utils/partx.c index c53800f88..1ba531590 100644 --- a/disk-utils/partx.c +++ b/disk-utils/partx.c @@ -309,7 +309,7 @@ static int del_parts(int fd, const char *device, dev_t devno, continue; } else if (errno == ENXIO) { if (verbose) - printf(_("%s: partition #%d already doesn't exist\n"), device, i); + printf(_("%s: partition #%d doesn't exist\n"), device, i); continue; } rc = -1; -- cgit v1.2.3-55-g7522