From 72dd35b2ed2fd17e8ce2b03607c9ac942d96ff5d Mon Sep 17 00:00:00 2001 From: Jeff Layton Date: Sat, 17 Apr 2010 06:21:02 -0400 Subject: mount.cifs: remove unneeded newline in verbose output Signed-off-by: Jeff Layton --- mount.cifs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mount.cifs.c') diff --git a/mount.cifs.c b/mount.cifs.c index f3aa464..ba9e206 100644 --- a/mount.cifs.c +++ b/mount.cifs.c @@ -1703,7 +1703,7 @@ mount_retry: } if (parsed_info->verboseflag) - fprintf(stderr, "mount.cifs kernel mount options: %s\n", + fprintf(stderr, "mount.cifs kernel mount options: %s", options); if (parsed_info->got_password) { -- cgit v1.2.3