Merge pull request #5986
1080136
abstract_tcp_server2: move 'Trying to connect' from error to debug (moneromooo-monero)
This commit is contained in:
commit
18f62f89d8
|
@ -1522,7 +1522,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(*iterator);
|
||||
|
|
Loading…
Reference in New Issue