mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Merge branch 'master' of github.com:jedmccaleb/NewCoin
This commit is contained in:
@@ -27,7 +27,7 @@ Log::~Log()
|
||||
boost::recursive_mutex::scoped_lock sl(sLock);
|
||||
if (mSeverity >= sMinSeverity)
|
||||
{
|
||||
// TEMP std::cerr << logMsg << std::endl;
|
||||
std::cerr << logMsg << std::endl;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -92,7 +92,9 @@ Json::Value RPCServer::RPCError(int iError)
|
||||
|
||||
void RPCServer::connected()
|
||||
{
|
||||
std::cout << "RPC request" << std::endl;
|
||||
|
||||
//BOOST_LOG_TRIVIAL(info) << "RPC request";
|
||||
//std::cout << "RPC request" << std::endl;
|
||||
|
||||
mSocket.async_read_some(boost::asio::buffer(mReadBuffer),
|
||||
boost::bind(&RPCServer::handle_read, shared_from_this(),
|
||||
|
||||
Reference in New Issue
Block a user