summaryrefslogtreecommitdiff
path: root/node/SelfAwareness.cpp
diff options
context:
space:
mode:
authorAdam Ierymenko <[email protected]>2015-10-28 10:01:32 -0700
committerAdam Ierymenko <[email protected]>2015-10-28 10:01:32 -0700
commit938d0a970b84c6a50465bb6ebb64798e4ffec202 (patch)
treea523519c86e9b6516c20c60ffaac9fe045550d20 /node/SelfAwareness.cpp
parentfdc3e103ccc3207c4a00b8476d8635772c6c6dc4 (diff)
TRACE build fixes.
Diffstat (limited to 'node/SelfAwareness.cpp')
-rw-r--r--node/SelfAwareness.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/node/SelfAwareness.cpp b/node/SelfAwareness.cpp
index 856892ff..d8eca071 100644
--- a/node/SelfAwareness.cpp
+++ b/node/SelfAwareness.cpp
@@ -129,7 +129,6 @@ void SelfAwareness::iam(const Address &reporter,const InetAddress &reporterPhysi
// other relay.
for(std::vector< SharedPtr<Peer> >::const_iterator p(rset.peersReset.begin());p!=rset.peersReset.end();++p) {
if ((*p)->alive(now)) {
- TRACE("sending indirect NOP to %s via %s to re-establish link",(*p)->address().toString().c_str(),r->address().toString().c_str());
Packet outp((*p)->address(),RR->identity.address(),Packet::VERB_NOP);
RR->sw->send(outp,true,0);
}