abstract_tcp_server2: move "Trying to connect" from error to debug

and fix the message grammar
pull/326/head
moneromooo-monero 5 years ago
parent d66db18c06
commit 10801362f4
No known key found for this signature in database
GPG Key ID: 686F07454D6CEFC3

@ -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(*iterator);

Loading…
Cancel
Save