From: Benno Schulenberg <bensberg@justemail.net>
To: util-linux@vger.kernel.org
Subject: [PATCH 3/4] partx: simplify a --verbose progress message
Date: Sun, 11 Jan 2015 22:27:57 +0100 [thread overview]
Message-ID: <1421011678-5890-3-git-send-email-bensberg@justemail.net> (raw)
In-Reply-To: <1421011678-5890-1-git-send-email-bensberg@justemail.net>
Reported-by: Antonio Ceballos <aceballos@gmail.com>
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
---
disk-utils/partx.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/disk-utils/partx.c b/disk-utils/partx.c
index 00c2631..d1dc6f1 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;
--
1.7.0.4
next prev parent reply other threads:[~2015-01-11 21:28 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-01-11 21:27 [PATCH 1/4] docs: sync the docstring of addpart, delpart and resizepart to the man page Benno Schulenberg
2015-01-11 21:27 ` [PATCH 2/4] docs: remove obsolete and unneeded comments from man-page files Benno Schulenberg
2015-01-18 21:29 ` JWP
2015-01-11 21:27 ` Benno Schulenberg [this message]
2015-01-11 21:27 ` [PATCH 4/4] docs: make the wording of the partx man page a bit more precise Benno Schulenberg
2015-01-12 10:17 ` [PATCH 1/4] docs: sync the docstring of addpart, delpart and resizepart to the man page Karel Zak
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1421011678-5890-3-git-send-email-bensberg@justemail.net \
--to=bensberg@justemail.net \
--cc=util-linux@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox