Skip to content

Commit

Permalink
add log
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-du-car committed Apr 11, 2024
1 parent 7bdd702 commit 2b04189
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/v2i-hub/CARMACloudPlugin/src/CARMACloudPlugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,7 @@ void CARMACloudPlugin::CARMAResponseHandler(QHttpEngine::Socket *socket)
tcm=updateTags(tcm,"TrafficControlParams","params");
tcm=updateTags(tcm,"TrafficControlGeometry","geometry");
tcm=updateTags(tcm,"TrafficControlPackage","package");
PLOG(logDEBUG2) << "Received TCM: " << tcm << std::endl;

std::list<std::string> tcmSL = {};
if (isCompressed)
Expand Down

0 comments on commit 2b04189

Please sign in to comment.