diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-07-06 16:32:34 -0700 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-07-06 16:32:34 -0700 |
| commit | a87cd2d0941d5cf6b88f630159946ae66d3e464e (patch) | |
| tree | 7593c2f2a6a08fb709b9510806f1356e0f24cd1a /node/Peer.cpp | |
| parent | 235f4762b700174c795b28de7d4fe2f70cddbcd8 (diff) | |
| download | infinitytier-a87cd2d0941d5cf6b88f630159946ae66d3e464e.tar.gz infinitytier-a87cd2d0941d5cf6b88f630159946ae66d3e464e.zip | |
Unix side of local interface address awareness for GitHub issue #180.
Diffstat (limited to 'node/Peer.cpp')
| -rw-r--r-- | node/Peer.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/node/Peer.cpp b/node/Peer.cpp index 225fbdef..f5fdf7dd 100644 --- a/node/Peer.cpp +++ b/node/Peer.cpp @@ -214,7 +214,6 @@ void Peer::pushDirectPaths(const RuntimeEnvironment *RR,const std::vector<Path> _lastDirectPathPush = now; TRACE("pushing %u direct paths to %s",(unsigned int)dps.size(),_id.address().toString().c_str()); - printf("pushing %u direct paths to %s",(unsigned int)dps.size(),_id.address().toString().c_str()); std::vector<Path>::const_iterator p(dps.begin()); while (p != dps.end()) { |
