Skip to content
Snippets Groups Projects
Commit 1e95b3d3 authored by Nicolas Pope's avatar Nicolas Pope
Browse files

More conn debug testing

parent b98fbcc6
No related branches found
No related tags found
No related merge requests found
......@@ -634,7 +634,7 @@ void Universe::_notifyDisconnect(Peer *p) {
}
void Universe::_notifyError(Peer *p, ftl::protocol::Error e, const std::string &errstr) {
DLOG(ERROR) << "Net Error (" << int(e) << "): " << errstr;
LOG(ERROR) << "Net Error (" << int(e) << "): " << errstr;
const auto ptr = (p) ? _findPeer(p) : nullptr;
// Note: Net errors can have no peer
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment