summaryrefslogtreecommitdiff
path: root/node/Topology.cpp
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2015-04-08 16:49:21 -0700
committerAdam Ierymenko <adam.ierymenko@gmail.com>2015-04-08 16:49:21 -0700
commit4d5a6a25d373b395fa7c7c374c2e0d6da7854e46 (patch)
treef3d2ae0ca44d3fbb0f055473ff30c46b2a7c7df8 /node/Topology.cpp
parent9d9d0ef12ccb60bda417c6bfed576ae87380e7e4 (diff)
downloadinfinitytier-4d5a6a25d373b395fa7c7c374c2e0d6da7854e46.tar.gz
infinitytier-4d5a6a25d373b395fa7c7c374c2e0d6da7854e46.zip
Add events for packet decode errors, etc., and re-implement TRACE as an event.
Diffstat (limited to 'node/Topology.cpp')
-rw-r--r--node/Topology.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/node/Topology.cpp b/node/Topology.cpp
index c0764e7c..5fcc2e61 100644
--- a/node/Topology.cpp
+++ b/node/Topology.cpp
@@ -86,7 +86,7 @@ void Topology::setSupernodes(const Dictionary &sn)
if (udp.length() > 0)
a.push_back(InetAddress(udp));
} catch ( ... ) {
- LOG("supernode list contained invalid entry for: %s",d->first.c_str());
+ TRACE("supernode list contained invalid entry for: %s",d->first.c_str());
}
}
}