If the channels xyz be missing, display error message.
This commit is contained in:
committed by
wmayer
parent
698a876ba1
commit
40180dd311
@@ -1524,7 +1524,7 @@ void E57Reader::read(const std::string& filename)
|
||||
}
|
||||
}
|
||||
else {
|
||||
Base::Console().Message("Missing channels xyz.");
|
||||
Base::Console().Error("Missing channels xyz.");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user