diff options
Diffstat (limited to 'node/Topology.cpp')
| -rw-r--r-- | node/Topology.cpp | 2 |
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()); } } } |
