You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by yl...@apache.org on 2016/03/21 11:21:52 UTC

svn commit: r1735941 - in /httpd/httpd/trunk: docs/log-message-tags/next-number modules/ssl/ssl_engine_init.c

Author: ylavic
Date: Mon Mar 21 10:21:52 2016
New Revision: 1735941

URL: http://svn.apache.org/viewvc?rev=1735941&view=rev
Log:
Follow up to r1735882: fill in APLOGNO().

Modified:
    httpd/httpd/trunk/docs/log-message-tags/next-number
    httpd/httpd/trunk/modules/ssl/ssl_engine_init.c

Modified: httpd/httpd/trunk/docs/log-message-tags/next-number
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/log-message-tags/next-number?rev=1735941&r1=1735940&r2=1735941&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/log-message-tags/next-number (original)
+++ httpd/httpd/trunk/docs/log-message-tags/next-number Mon Mar 21 10:21:52 2016
@@ -1 +1 @@
-3378
+3379

Modified: httpd/httpd/trunk/modules/ssl/ssl_engine_init.c
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/ssl/ssl_engine_init.c?rev=1735941&r1=1735940&r2=1735941&view=diff
==============================================================================
--- httpd/httpd/trunk/modules/ssl/ssl_engine_init.c (original)
+++ httpd/httpd/trunk/modules/ssl/ssl_engine_init.c Mon Mar 21 10:21:52 2016
@@ -618,7 +618,7 @@ static apr_status_t ssl_init_ctx_protoco
     } else {
         SSL_CTX_free(ctx);
         mctx->ssl_ctx = NULL;
-        ap_log_error(APLOG_MARK, APLOG_EMERG, 0, s, APLOGNO()
+        ap_log_error(APLOG_MARK, APLOG_EMERG, 0, s, APLOGNO(03378)
                 "No SSL protocols available [hint: SSLProtocol]");
         return ssl_die(s);
     }