Commit f25e7e07 authored by Lorenz Meier's avatar Lorenz Meier

Param loader: use right count

parent bfc40123
......@@ -756,7 +756,7 @@ void ParameterLoader::_checkInitialLoadComplete(void)
// Check for any errors during vehicle boot
UASMessageHandler* msgHandler = UASMessageHandler::instance();
if (msgHandler->getErrorCount()) {
if (msgHandler->getErrorCountTotal()) {
QString errors;
msgHandler->lockAccess();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment