If the channels xyz be missing, display error message.

This commit is contained in:
Benjamin Alterauge
2021-12-08 21:08:58 +01:00
committed by wmayer
parent 698a876ba1
commit 40180dd311

View File

@@ -1524,7 +1524,7 @@ void E57Reader::read(const std::string& filename)
}
}
else {
Base::Console().Message("Missing channels xyz.");
Base::Console().Error("Missing channels xyz.");
}
}
}