summaryrefslogtreecommitdiffstats
path: root/sys/isofs
diff options
context:
space:
mode:
authormsmith <msmith@FreeBSD.org>1999-11-01 23:57:28 +0000
committermsmith <msmith@FreeBSD.org>1999-11-01 23:57:28 +0000
commitc36e70686eafdc07467a3ce7697cedee82cd3967 (patch)
treefc341e259494bd30f63e8f6d29bd5bbe6624de0b /sys/isofs
parent2ba600f7675082d5e06fef618e50d6725f0492d1 (diff)
downloadFreeBSD-src-c36e70686eafdc07467a3ce7697cedee82cd3967.zip
FreeBSD-src-c36e70686eafdc07467a3ce7697cedee82cd3967.tar.gz
Newline-terminate the complaint message about not being able to find
the root vnode pointer.
Diffstat (limited to 'sys/isofs')
-rw-r--r--sys/isofs/cd9660/cd9660_vfsops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/isofs/cd9660/cd9660_vfsops.c b/sys/isofs/cd9660/cd9660_vfsops.c
index 6fa36f4..5a6f851 100644
--- a/sys/isofs/cd9660/cd9660_vfsops.c
+++ b/sys/isofs/cd9660/cd9660_vfsops.c
@@ -149,7 +149,7 @@ iso_mountroot(mp, p)
int error;
if ((error = bdevvp(rootdev, &rootvp))) {
- printf("iso_mountroot: can't find rootvp");
+ printf("iso_mountroot: can't find rootvp\n");
return (error);
}
args.flags = ISOFSMNT_ROOT;
OpenPOWER on IntegriCloud