From 5dfc6e239102e3a957c102f0ad194992361b3dc4 Mon Sep 17 00:00:00 2001 From: Steve Dickson Date: Wed, 28 Nov 2012 09:26:18 -0500 Subject: [PATCH 1/1] mount.nfs: error message clean up. Remove a unnecessary newline in an error message. Signed-off-by: Steve Dickson --- utils/mount/error.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"), -- 2.39.2