commenting out elog in connection refused from fc
This commit is contained in:
parent
1fe26a989b
commit
b93fe7a50c
1 changed files with 1 additions and 1 deletions
|
|
@ -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())) ) ) );
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue