Commit bfe89b28 authored by Don Gagne's avatar Don Gagne

More logging

parent 9d137874
...@@ -285,6 +285,7 @@ void UASParameterCommsMgr::requestParameterUpdate(int compId, const QString& par ...@@ -285,6 +285,7 @@ void UASParameterCommsMgr::requestParameterUpdate(int compId, const QString& par
{ {
if (mav) { if (mav) {
mav->requestParameter(compId, paramName); mav->requestParameter(compId, paramName);
qCDebug(UASParameterCommsMgrLog) << "Requested update for" << compId << paramName;
//TODO track these read requests with a paramName but no param ID : use index in getOnboardParamsForComponent? //TODO track these read requests with a paramName but no param ID : use index in getOnboardParamsForComponent?
//ensure we keep track of every single read request //ensure we keep track of every single read request
} }
......
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