Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 396cee97 authored by Chuck Lever's avatar Chuck Lever Committed by Trond Myklebust
Browse files

NFS: missing newline in NFS mount debugging message

parent d33e4dfe
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
}