diff --git a/[refs] b/[refs] index 0e9932cf707c..dfd74549a5e2 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: d33e4dfeab5eb0c3c1359cc1a399f2f8b49e18de +refs/heads/master: 396cee977f79590673ad51b04f1853e58bc30e7b diff --git a/trunk/fs/nfs/super.c b/trunk/fs/nfs/super.c index f824c415c8a7..a1065c1a3149 100644 --- a/trunk/fs/nfs/super.c +++ b/trunk/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; }