mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Remove references to LOG_TRIVIAL.
This commit is contained in:
@@ -54,7 +54,7 @@ void PeerDoor::handleConnect(Peer::pointer new_connection,
|
||||
{
|
||||
new_connection->connected(error);
|
||||
}
|
||||
else cout << "Error: " << error; // BOOST_LOG_TRIVIAL(info) << "Error: " << error;
|
||||
else cout << "Error: " << error;
|
||||
|
||||
startListening();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user