Change packetSourceAndHashMatchAndTrackBandwidth logging in same manner

This commit is contained in:
Simon Walton 2018-04-23 12:26:02 -07:00
parent 2f72b789a3
commit f849d6f937

View file

@ -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);
}
}