summaryrefslogtreecommitdiff
path: root/node/Cluster.cpp
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2015-10-27 10:37:39 -0700
committerAdam Ierymenko <adam.ierymenko@gmail.com>2015-10-27 10:37:39 -0700
commit8a7a0b6b88b2de95ebf98cafc183f7c69ec6c84f (patch)
tree7ae09a865946418b32ba868e5dc26ba03ff76fed /node/Cluster.cpp
parent9617208e4027bec8a72e72a1fd89aa19ea9367d8 (diff)
downloadinfinitytier-8a7a0b6b88b2de95ebf98cafc183f7c69ec6c84f.tar.gz
infinitytier-8a7a0b6b88b2de95ebf98cafc183f7c69ec6c84f.zip
Cleanup, including simplification of root server picking algorithm since we no longer need all that craziness.
Diffstat (limited to 'node/Cluster.cpp')
-rw-r--r--node/Cluster.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/node/Cluster.cpp b/node/Cluster.cpp
index a2a99ecd..bd455933 100644
--- a/node/Cluster.cpp
+++ b/node/Cluster.cpp
@@ -239,7 +239,7 @@ void Cluster::handleIncomingStateMessage(const void *msg,unsigned int len)
const MAC mac(dmsg.field(ptr,6),6); ptr += 6;
const uint32_t adi = dmsg.at<uint32_t>(ptr); ptr += 4;
RR->mc->add(RR->node->now(),nwid,MulticastGroup(mac,adi),address);
- TRACE("[%u] %s likes %s/%u on %.16llu",(unsigned int)fromMemberId,address.toString().c_str(),mac.toString().c_str(),(unsigned int)adi,nwid);
+ TRACE("[%u] %s likes %s/%.8x on %.16llu",(unsigned int)fromMemberId,address.toString().c_str(),mac.toString().c_str(),(unsigned int)adi,nwid);
} break;
case STATE_MESSAGE_COM: {