Fix P2P port/endpoint error message
This commit is contained in:
parent
d78e0d0e48
commit
bcdb355f48
1 changed files with 1 additions and 1 deletions
|
|
@ -4581,7 +4581,7 @@ namespace graphene { namespace net { namespace detail {
|
||||||
error_message_stream << "Unable to listen for connections on port " << listen_endpoint.port()
|
error_message_stream << "Unable to listen for connections on port " << listen_endpoint.port()
|
||||||
<< ", retrying in a few seconds\n";
|
<< ", retrying in a few seconds\n";
|
||||||
error_message_stream << "You can wait for it to become available, or restart this program using\n";
|
error_message_stream << "You can wait for it to become available, or restart this program using\n";
|
||||||
error_message_stream << "the --p2p-port option to specify another port\n";
|
error_message_stream << "the --p2p-endpoint option to specify another port\n";
|
||||||
first = false;
|
first = false;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue