summaryrefslogtreecommitdiff
path: root/node
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2015-10-19 15:04:26 -0700
committerAdam Ierymenko <adam.ierymenko@gmail.com>2015-10-19 15:04:26 -0700
commit915077875759f1040b8bba281ef3d4f82e4ac1ab (patch)
treec011cf8866915289370915d220bb085a6bc8801b /node
parent50f3ccd3c9630dfc0169973573f5b3729524441c (diff)
downloadinfinitytier-915077875759f1040b8bba281ef3d4f82e4ac1ab.tar.gz
infinitytier-915077875759f1040b8bba281ef3d4f82e4ac1ab.zip
.
Diffstat (limited to 'node')
-rw-r--r--node/Peer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/node/Peer.cpp b/node/Peer.cpp
index e0408156..ba6ef4af 100644
--- a/node/Peer.cpp
+++ b/node/Peer.cpp
@@ -203,7 +203,7 @@ bool Peer::doPingAndKeepalive(const RuntimeEnvironment *RR,uint64_t now,int inet
RR->node->putPacket(p->localAddress(),p->address(),&_natKeepaliveBuf,sizeof(_natKeepaliveBuf));
p->sent(now);
} else {
- TRACE("no PING or NAT keepalive: %llums/%llums send/receive inactivity",now - p->lastSend(),now - p->lastReceived())
+ TRACE("no PING or NAT keepalive: %llums/%llums send/receive inactivity",now - p->lastSend(),now - p->lastReceived());
}
return true;
}