From f849d6f937ec17dd6b4a78fc9cb92745d7828515 Mon Sep 17 00:00:00 2001 From: Simon Walton Date: Mon, 23 Apr 2018 12:26:02 -0700 Subject: [PATCH] Change packetSourceAndHashMatchAndTrackBandwidth logging in same manner --- libraries/networking/src/LimitedNodeList.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/networking/src/LimitedNodeList.cpp b/libraries/networking/src/LimitedNodeList.cpp index aaf1b58a0a..8d177ca534 100644 --- a/libraries/networking/src/LimitedNodeList.cpp +++ b/libraries/networking/src/LimitedNodeList.cpp @@ -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); } }