From: Kaspar Brand Date: Thu, 6 Feb 2014 05:25:12 +0000 (+0000) Subject: update APLOGNO for r1564760 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b0f67c5f15ab0c5797592f410758c799ac834e3d;p=thirdparty%2Fapache%2Fhttpd.git update APLOGNO for r1564760 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1565081 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/log-message-tags/next-number b/docs/log-message-tags/next-number index 1ac5b0ec462..a51ca776415 100644 --- a/docs/log-message-tags/next-number +++ b/docs/log-message-tags/next-number @@ -1 +1 @@ -2604 +2605 diff --git a/modules/ssl/ssl_engine_init.c b/modules/ssl/ssl_engine_init.c index e17f1f682e5..b6b860d4f58 100644 --- a/modules/ssl/ssl_engine_init.c +++ b/modules/ssl/ssl_engine_init.c @@ -1346,7 +1346,7 @@ static apr_status_t ssl_init_server_ctx(server_rec *s, while (ret) { cert = SSL_CTX_get0_certificate(sc->server->ssl_ctx); if (!cert || !ssl_stapling_init_cert(s, sc->server, cert)) { - ap_log_error(APLOG_MARK, APLOG_ERR, 0, s, APLOGNO() + ap_log_error(APLOG_MARK, APLOG_ERR, 0, s, APLOGNO(02604) "Unable to configure certificate %s:%d " "for stapling", sc->vhost_id, i); }