From: Source Maintenance Date: Wed, 13 May 2015 12:12:10 +0000 (+0000) Subject: SourceFormat Enforcement X-Git-Tag: merge-candidate-3-v1~124 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=13251f8d73082c8fcd4fae4dbe840a09de471418;p=thirdparty%2Fsquid.git SourceFormat Enforcement --- diff --git a/src/client_side.cc b/src/client_side.cc index 93a54dceaf..65423790cf 100644 --- a/src/client_side.cc +++ b/src/client_side.cc @@ -3592,7 +3592,7 @@ Squid_SSL_accept(ConnStateData *conn, PF *callback) debugs(83, 2, "Error negotiating SSL connection on FD " << fd << ": Aborted by client: " << ssl_error); } else { debugs(83, (xerrno == ECONNRESET) ? 1 : 2, "Error negotiating SSL connection on FD " << fd << ": " << - (xerrno == 0 ? ERR_error_string(ssl_error, NULL) : xstrerr(xerrno))); + (xerrno == 0 ? ERR_error_string(ssl_error, NULL) : xstrerr(xerrno))); } return -1;