mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Work toward RPC refactor and do not print to cout.
This commit is contained in:
@@ -54,7 +54,7 @@ void PeerDoor::handleConnect(Peer::pointer new_connection,
|
||||
{
|
||||
new_connection->connected(error);
|
||||
}
|
||||
else cout << "Error: " << error;
|
||||
else cerr << "Error: " << error;
|
||||
|
||||
startListening();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user