]> granicus.if.org Git - apache/commitdiff
update APLOGNO for r1564760
authorKaspar Brand <kbrand@apache.org>
Thu, 6 Feb 2014 05:25:12 +0000 (05:25 +0000)
committerKaspar Brand <kbrand@apache.org>
Thu, 6 Feb 2014 05:25:12 +0000 (05:25 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1565081 13f79535-47bb-0310-9956-ffa450edef68

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

index 1ac5b0ec46210362f1018e7e008891013147dcb0..a51ca77641584b5fc2876dd13e85ea0b566192ef 100644 (file)
@@ -1 +1 @@
-2604
+2605
index e17f1f682e560ab07374c1b79aaaf388341f991f..b6b860d4f584ccded496866c0de0723aa0470f26 100644 (file)
@@ -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);
             }