Improve diagnostic message when device vnconfig'ing does not exist.
PR: bin/6997 Submitted-by:
This commit is contained in:
parent
3726bbb199
commit
7ead15a56f
@ -317,7 +317,7 @@ config(vnp)
|
||||
rdev = rawdevice(dev);
|
||||
f = fopen(rdev, "rw");
|
||||
if (f == NULL) {
|
||||
warn("open");
|
||||
warn(dev);
|
||||
return(1);
|
||||
}
|
||||
vnio.vn_file = file;
|
||||
|
Loading…
x
Reference in New Issue
Block a user