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
|
@ -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…
Reference in New Issue