mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-29 01:03:46 +00:00
[traffic] Store TraFF message ID with decoded path
Signed-off-by: mvglasow <michael -at- vonglasow.com>
This commit is contained in:
@@ -440,6 +440,7 @@ void TrafficManager::DecodeMessage(openlr::OpenLRDecoder & decoder,
|
||||
{
|
||||
LOG(LINFO, (" Path", i));
|
||||
LOG(LINFO, (" Partner segment ID:", paths[i].m_segmentId));
|
||||
LOG(LINFO, (" Message ID:", paths[i].m_messageId));
|
||||
LOG(LINFO, (" Edges:", paths[i].m_path.size()));
|
||||
for (size_t j = 0; j < paths[i].m_path.size(); j++)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user