details:   http://hg.nginx.org/nginx/rev/a855ae7e6377
branches:  
changeset: 5234:a855ae7e6377
user:      Ruslan Ermilov <[email protected]>
date:      Fri May 31 13:30:37 2013 +0400
description:
OCSP stapling: fixed incorrect debug level.

diffstat:

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

diffs (12 lines):

diff -r 00dbfac67e48 -r a855ae7e6377 src/event/ngx_event_openssl_stapling.c
--- a/src/event/ngx_event_openssl_stapling.c    Thu May 30 18:23:05 2013 +0400
+++ b/src/event/ngx_event_openssl_stapling.c    Fri May 31 13:30:37 2013 +0400
@@ -822,7 +822,7 @@ ngx_ssl_ocsp_resolve_handler(ngx_resolve
     ngx_uint_t           i;
     struct sockaddr_in  *sin;
 
-    ngx_log_debug0(NGX_LOG_ALERT, ctx->log, 0,
+    ngx_log_debug0(NGX_LOG_DEBUG_EVENT, ctx->log, 0,
                    "ssl ocsp resolve handler");
 
     if (resolve->state) {

_______________________________________________
nginx-devel mailing list
[email protected]
http://mailman.nginx.org/mailman/listinfo/nginx-devel

Reply via email to