Merge branch 'master' of github.com:jedmccaleb/NewCoin

This commit is contained in:
JoelKatz
2012-06-18 09:23:23 -07:00
6 changed files with 11 additions and 64 deletions

View File

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

View File

@@ -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(),