Merge pull request #264 from oxarbitrage/patch-5
additional console log for already in use p2p port
This commit is contained in:
commit
192a891792
1 changed files with 2 additions and 1 deletions
|
|
@ -4490,7 +4490,8 @@ namespace graphene { namespace net { namespace detail {
|
|||
error_message_stream << "\nStill waiting for port " << listen_endpoint.port() << " to become available\n";
|
||||
}
|
||||
std::string error_message = error_message_stream.str();
|
||||
ulog(error_message);
|
||||
wlog(error_message);
|
||||
std::cout << "\033[31m" << error_message;
|
||||
_delegate->error_encountered( error_message, fc::oexception() );
|
||||
fc::usleep( fc::seconds(5 ) );
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue