Commit 70a304f3 authored by DonLakeFlyer's avatar DonLakeFlyer

Log cache miss

parent 5ca54838
......@@ -837,6 +837,8 @@ void ParameterManager::_tryCacheHashLoad(int vehicleId, int componentId, QVarian
});
ani->start(QAbstractAnimation::DeleteWhenStopped);
} else {
qCInfo(ParameterManagerLog) << "Parameters cache match failed" << qPrintable(QFileInfo(cache_file).absoluteFilePath());
}
}
......
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