You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by co...@apache.org on 2019/08/08 14:01:19 UTC

svn commit: r1864704 - /httpd/httpd/branches/2.4.x/modules/ssl/ssl_util_stapling.c

Author: covener
Date: Thu Aug  8 14:01:19 2019
New Revision: 1864704

URL: http://svn.apache.org/viewvc?rev=1864704&view=rev
Log:
stapling logno


Modified:
    httpd/httpd/branches/2.4.x/modules/ssl/ssl_util_stapling.c

Modified: httpd/httpd/branches/2.4.x/modules/ssl/ssl_util_stapling.c
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/modules/ssl/ssl_util_stapling.c?rev=1864704&r1=1864703&r2=1864704&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/modules/ssl/ssl_util_stapling.c (original)
+++ httpd/httpd/branches/2.4.x/modules/ssl/ssl_util_stapling.c Thu Aug  8 14:01:19 2019
@@ -156,7 +156,7 @@ int ssl_stapling_init_cert(server_rec *s
         /* Someone's taken over or mod_ssl's own implementation is not enabled */
         if (mctx->stapling_enabled != TRUE) {
             SSL_CTX_set_tlsext_status_cb(mctx->ssl_ctx, stapling_cb);
-            ap_log_error(APLOG_MARK, APLOG_DEBUG, 0, s, APLOGNO() "OCSP stapling added via hook");
+            ap_log_error(APLOG_MARK, APLOG_DEBUG, 0, s, APLOGNO(10177) "OCSP stapling added via hook");
         }
         return 1;
     }