mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 03:44:02 +02:00
Change packetSourceAndHashMatchAndTrackBandwidth logging in same manner
This commit is contained in:
parent
2f72b789a3
commit
f849d6f937
1 changed files with 1 additions and 1 deletions
|
@ -358,7 +358,7 @@ bool LimitedNodeList::packetSourceAndHashMatchAndTrackBandwidth(const udt::Packe
|
|||
|
||||
} else {
|
||||
HIFI_FCDEBUG(networking(),
|
||||
"Packet of type" << headerType << "received from unknown node with UUID" << uuidStringWithoutCurlyBraces(sourceID));
|
||||
"Packet of type" << headerType << "received from unknown node with Local ID" << sourceLocalID);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue