Remove references to LOG_TRIVIAL.

This commit is contained in:
Arthur Britto
2012-06-13 23:35:45 -07:00
parent 26ef51463d
commit 8264fc1d1a
5 changed files with 6 additions and 9 deletions

View File

@@ -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();
}