Re: [PATCH 2/2 V2] mount.nfs: error message clean up.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 




On 27/11/12 12:01, Steve Dickson wrote:
> Remove a unnecessary newline in an error message.
> 
> Signed-off-by: Steve Dickson <steved@xxxxxxxxxx>
> ---
>  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"),
> 
--
To unsubscribe from this list: send the line "unsubscribe linux-nfs" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [Linux Filesystem Development]     [Linux USB Development]     [Linux Media Development]     [Video for Linux]     [Linux NILFS]     [Linux Audio Users]     [Yosemite Info]     [Linux SCSI]

  Powered by Linux