Include the special device in the error output so that it makes sense.

This commit is contained in:
David Greenman 1995-02-15 14:29:26 +00:00
parent 8a978495e7
commit 2ee6a63f1f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=6442

View File

@ -131,7 +131,7 @@ main(argc, argv)
}
if (mount(vfc ? vfc->vfc_index : MOUNT_CD9660, dir, mntflags, &args) < 0)
err(1, NULL);
err(1, "%s", dev);
exit(0);
}