Commit db135056 authored by Don Gagne's avatar Don Gagne

Merge pull request #1512 from DonLakeFlyer/ParamMeta

Resource based parameter meta data out of date
parents d54ff8f7 3416f722
......@@ -148,7 +148,7 @@ void PX4ParameterLoader::loadParameterFactMetaData(void)
}
if (intVersion <= 2) {
// We can't read these old files
qDebug() << "Parameter version stamp too old, skipping load" << parameterFilename;
qDebug() << "Parameter version stamp too old, skipping load. Found:" << intVersion << "Want: 3 File:" << parameterFilename;
return;
}
......
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