Merge pull request #5986

1080136 abstract_tcp_server2: move 'Trying to connect' from error to debug (moneromooo-monero)
This commit is contained in:
luigi1111 2019-10-22 10:23:04 -05:00
commit 18f62f89d8
No known key found for this signature in database
GPG Key ID: F4ACA0183641E010
1 changed files with 1 additions and 1 deletions

View File

@ -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);