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

Output peer uri on disconnect

parent d840320b
No related branches found
No related tags found
1 merge request!316Resolves #343 GUI and Frame Refactor
Pipeline #28412 passed
...@@ -379,7 +379,7 @@ void Peer::close(bool retry) { ...@@ -379,7 +379,7 @@ void Peer::close(bool retry) {
send("__disconnect__"); send("__disconnect__");
_badClose(retry); _badClose(retry);
LOG(INFO) << "Deliberate disconnect of peer."; LOG(INFO) << "Deliberate disconnect of peer: " << uri_;
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment