commenting out elog in connection refused from fc

This commit is contained in:
Daniel Larimer 2014-06-17 15:43:07 -04:00
parent 1fe26a989b
commit b93fe7a50c

View file

@ -51,7 +51,7 @@ namespace fc {
}
else
{
elog( "${message} ", ("message", boost::system::system_error(ec).what()));
//elog( "${message} ", ("message", boost::system::system_error(ec).what()));
p->set_exception( fc::exception_ptr( new fc::exception(
FC_LOG_MESSAGE( error, "${message} ", ("message", boost::system::system_error(ec).what())) ) ) );
}