mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 05:23:09 +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 {
|
} else {
|
||||||
HIFI_FCDEBUG(networking(),
|
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