From c36e70686eafdc07467a3ce7697cedee82cd3967 Mon Sep 17 00:00:00 2001 From: msmith Date: Mon, 1 Nov 1999 23:57:28 +0000 Subject: Newline-terminate the complaint message about not being able to find the root vnode pointer. --- sys/isofs/cd9660/cd9660_vfsops.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/isofs') 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; -- cgit v1.1