From: Steve Dickson <SteveD@redhat.com>
To: Steve Dickson <steved@redhat.com>
Cc: Linux NFS Mailing list <linux-nfs@vger.kernel.org>
Subject: Re: [PATCH 2/2 V2] mount.nfs: error message clean up.
Date: Wed, 28 Nov 2012 09:41:10 -0500 [thread overview]
Message-ID: <50B62286.9060002@RedHat.com> (raw)
In-Reply-To: <1354035684-15802-2-git-send-email-steved@redhat.com>
On 27/11/12 12:01, Steve Dickson wrote:
> Remove a unnecessary newline in an error message.
>
> Signed-off-by: Steve Dickson <steved@redhat.com>
> ---
> utils/mount/error.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
Committed....
steved.
> diff --git a/utils/mount/error.c b/utils/mount/error.c
> index 83ad1d2..f8fc13f 100644
> --- a/utils/mount/error.c
> +++ b/utils/mount/error.c
> @@ -225,7 +225,7 @@ void mount_error(const char *spec, const char *mount_point, int error)
> case ENOENT:
> if (spec)
> nfs_error(_("%s: mounting %s failed, "
> - "reason given by server:\n %s"),
> + "reason given by server: %s"),
> progname, spec, strerror(error));
> else
> nfs_error(_("%s: mount point %s does not exist"),
>
next prev parent reply other threads:[~2012-11-28 14:41 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-11-27 17:01 [PATCH 1/2 V2] mount.nfs: Continue to trying address when the server return EACCES Steve Dickson
2012-11-27 17:01 ` [PATCH 2/2 V2] mount.nfs: error message clean up Steve Dickson
2012-11-28 14:41 ` Steve Dickson [this message]
2012-11-28 14:40 ` [PATCH 1/2 V2] mount.nfs: Continue to trying address when the server return EACCES Steve Dickson
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=50B62286.9060002@RedHat.com \
--to=steved@redhat.com \
--cc=linux-nfs@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.