mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-17 10:26:15 +00:00
Add a missing newline character.
This commit is contained in:
parent
1919daf339
commit
1a32dca7a3
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=136517
@ -509,7 +509,8 @@ nfs_mountdiskless(char *path, char *which, int mountflag,
|
||||
nam = sodupsockaddr((struct sockaddr *)sin, M_WAITOK);
|
||||
if ((error = mountnfs(args, mp, nam, which, path, vpp,
|
||||
td->td_ucred)) != 0) {
|
||||
printf("nfs_mountroot: mount %s on %s: %d", path, which, error);
|
||||
printf("nfs_mountroot: mount %s on %s: %d\n", path, which,
|
||||
error);
|
||||
return (error);
|
||||
}
|
||||
(void) copystr(which, mp->mnt_stat.f_mntonname, MNAMELEN - 1, 0);
|
||||
|
Loading…
Reference in New Issue
Block a user