From: Steve Dickson Date: Wed, 28 Nov 2012 14:26:18 +0000 (-0500) Subject: mount.nfs: error message clean up. X-Git-Tag: debian/1%1.2.8-1~11^2^2~52 X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=commitdiff_plain;h=5dfc6e239102e3a957c102f0ad194992361b3dc4 mount.nfs: error message clean up. Remove a unnecessary newline in an error message. Signed-off-by: Steve Dickson --- 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"),