Add events for packet decode errors, etc., and re-implement TRACE as an event.
This commit is contained in:
@@ -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());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user