diff options
author | Chuck Lever <chuck.lever@oracle.com> | 2008-06-12 18:37:49 +0200 |
---|---|---|
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2008-07-09 18:09:22 +0200 |
commit | 396cee977f79590673ad51b04f1853e58bc30e7b (patch) | |
tree | 6cf6080d14e23f6462d625ac7620927a210f1dfd /fs/nfs | |
parent | NFS: Treat "intr" and "nointr" options as deprecated (diff) | |
download | linux-396cee977f79590673ad51b04f1853e58bc30e7b.tar.xz linux-396cee977f79590673ad51b04f1853e58bc30e7b.zip |
NFS: missing newline in NFS mount debugging message
Clean up.
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'fs/nfs')
-rw-r--r-- | fs/nfs/super.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfs/super.c b/fs/nfs/super.c index f824c415c8a7..a1065c1a3149 100644 --- a/fs/nfs/super.c +++ b/fs/nfs/super.c @@ -1190,7 +1190,7 @@ static int nfs_try_mount(struct nfs_parsed_mount_data *args, if (status == 0) return 0; - dfprintk(MOUNT, "NFS: unable to mount server %s, error %d", + dfprintk(MOUNT, "NFS: unable to mount server %s, error %d\n", hostname, status); return status; } |