From d1388f48fc5971d3bddeca6dd6c0c44f63552063 Mon Sep 17 00:00:00 2001 From: "eroman@chromium.org" Date: Wed, 16 Jun 2010 03:14:42 +0000 Subject: In addition to the logging the IP address that a TCP connect is made to, also include the port number. This helps when debugging situations where the port has been changed. Review URL: http://codereview.chromium.org/2808008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49893 0039d316-1c4b-4281-b951-d872f2087c98 --- net/socket/tcp_client_socket_win.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net/socket/tcp_client_socket_win.cc') diff --git a/net/socket/tcp_client_socket_win.cc b/net/socket/tcp_client_socket_win.cc index b25d07f..3faf41b 100644 --- a/net/socket/tcp_client_socket_win.cc +++ b/net/socket/tcp_client_socket_win.cc @@ -338,7 +338,7 @@ int TCPClientSocketWin::DoConnect() { net_log_.BeginEvent(NetLog::TYPE_TCP_CONNECT_ATTEMPT, new NetLogStringParameter( - "address", NetAddressToString(current_ai_))); + "address", NetAddressToStringWithPort(current_ai_))); next_connect_state_ = CONNECT_STATE_CONNECT_COMPLETE; -- cgit v1.1