Skip to content
This repository was archived by the owner on Sep 25, 2019. It is now read-only.

Commit 511ea3c

Browse files
Remove log debug spam when using NSS for SSL.
This is already handled by the net-log BUG=126180 TEST=manual testing. Less log spam. Review URL: http://codereview.chromium.org/10372004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@135273 0039d316-1c4b-4281-b951-d872f2087c98
1 parent faa6a7a commit 511ea3c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

net/socket/ssl_client_socket_nss.cc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1530,9 +1530,6 @@ int SSLClientSocketNSS::DoHandshake() {
15301530
if (net_error == ERR_IO_PENDING) {
15311531
GotoState(STATE_HANDSHAKE);
15321532
} else {
1533-
LOG(ERROR) << "handshake with server " << host_and_port_.ToString()
1534-
<< " failed; NSS error code " << prerr
1535-
<< ", net_error " << net_error;
15361533
net_log_.AddEvent(
15371534
NetLog::TYPE_SSL_HANDSHAKE_ERROR,
15381535
make_scoped_refptr(new SSLErrorParams(net_error, prerr)));

0 commit comments

Comments
 (0)