]> granicus.if.org Git - apache/commitdiff
Follow up to r1735882: fill in APLOGNO().
authorYann Ylavic <ylavic@apache.org>
Mon, 21 Mar 2016 10:21:52 +0000 (10:21 +0000)
committerYann Ylavic <ylavic@apache.org>
Mon, 21 Mar 2016 10:21:52 +0000 (10:21 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1735941 13f79535-47bb-0310-9956-ffa450edef68

docs/log-message-tags/next-number
modules/ssl/ssl_engine_init.c

index 49571090a4849a4efbc8bbde2b7975751b931af9..426062603ba2a72eb457d01c658d239601fc1f45 100644 (file)
@@ -1 +1 @@
-3378
+3379
index 7423b06cfe55a0e0717b33f270ef28098a6c0085..8304c8944be41923bf97a7cd783d5b61d797e604 100644 (file)
@@ -618,7 +618,7 @@ static apr_status_t ssl_init_ctx_protocol(server_rec *s,
     } 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);
     }