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 b6db87f9c3
commit 71e7f47e5b

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.");
}
}
}