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

@@ -45,7 +45,7 @@ void RPCDoor::handleConnect(RPCServer::pointer new_connection,
new_connection->connected();
}
else cout << "Error: " << error;//BOOST_LOG_TRIVIAL(info) << "Error: " << error;
else cout << "Error: " << error;
startListening();
}