mirror of
https://codeberg.org/anoncontributorxmr/monero.git
synced 2025-01-25 02:32:56 -03:00
abstract_tcp_server2: move "Trying to connect" from error to debug
and fix the message grammar
This commit is contained in:
parent
d66db18c06
commit
10801362f4
1 changed files with 1 additions and 1 deletions
|
@ -1524,7 +1524,7 @@ POP_WARNINGS
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
LOG_ERROR("Trying connect to " << adr << ":" << port << ", bind_ip = " << bind_ip_to_use);
|
MDEBUG("Trying to connect to " << adr << ":" << port << ", bind_ip = " << bind_ip_to_use);
|
||||||
|
|
||||||
//boost::asio::ip::tcp::endpoint remote_endpoint(boost::asio::ip::address::from_string(addr.c_str()), port);
|
//boost::asio::ip::tcp::endpoint remote_endpoint(boost::asio::ip::address::from_string(addr.c_str()), port);
|
||||||
boost::asio::ip::tcp::endpoint remote_endpoint(*iterator);
|
boost::asio::ip::tcp::endpoint remote_endpoint(*iterator);
|
||||||
|
|
Loading…
Add table
Reference in a new issue