[nginx] Fixed an error log message.

Valentin Bartenev vbart at nginx.com
Tue Jun 7 14:44:47 UTC 2016


details:   http://hg.nginx.org/nginx/rev/690b15cc8915
branches:  
changeset: 6584:690b15cc8915
user:      Valentin Bartenev <vbart at nginx.com>
date:      Tue Jun 07 17:44:20 2016 +0300
description:
Fixed an error log message.

diffstat:

 src/http/ngx_http_request.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r ade7d0335d77 -r 690b15cc8915 src/http/ngx_http_request.c
--- a/src/http/ngx_http_request.c	Tue Jun 07 12:15:56 2016 +0300
+++ b/src/http/ngx_http_request.c	Tue Jun 07 17:44:20 2016 +0300
@@ -2068,7 +2068,7 @@ ngx_http_set_virtual_server(ngx_http_req
         if (sscf->verify) {
             ngx_log_error(NGX_LOG_INFO, r->connection->log, 0,
                           "client attempted to request the server name "
-                          "different from that one was negotiated");
+                          "different from the one that was negotiated");
             ngx_http_finalize_request(r, NGX_HTTP_MISDIRECTED_REQUEST);
             return NGX_ERROR;
         }



More information about the nginx-devel mailing list