Trivial change.

This commit is contained in:
JoelKatz
2012-01-23 12:12:24 -08:00
parent 70bc25e6d7
commit fc0c57c723

View File

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