From: Yann Ylavic Date: Tue, 12 May 2020 09:53:50 +0000 (+0000) Subject: mod_md: update duplicated APLOGNOs. X-Git-Tag: 2.5.0-alpha2-ci-test-only~1447 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=094687d17a7ac3d395804c77509e541b3df327da;p=thirdparty%2Fapache%2Fhttpd.git mod_md: update duplicated APLOGNOs. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1877642 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/log-message-tags/next-number b/docs/log-message-tags/next-number index 3721c3f7b62..289150f8934 100644 --- a/docs/log-message-tags/next-number +++ b/docs/log-message-tags/next-number @@ -1 +1 @@ -10237 +10239 diff --git a/modules/md/mod_md.c b/modules/md/mod_md.c index eea989140af..55413f5b67c 100644 --- a/modules/md/mod_md.c +++ b/modules/md/mod_md.c @@ -592,7 +592,7 @@ static apr_status_t link_md_to_servers(md_mod_conf_t *mc, md_t *md, server_rec * uri = md_util_schemify(p, s->server_admin, "mailto"); if (md_array_str_index(md->contacts, uri, 0, 0) < 0) { APR_ARRAY_PUSH(md->contacts, const char *) = uri; - ap_log_error(APLOG_MARK, APLOG_DEBUG, 0, base_server, APLOGNO(10044) + ap_log_error(APLOG_MARK, APLOG_DEBUG, 0, base_server, APLOGNO(10237) "%s: added contact %s", md->name, uri); } } @@ -1099,7 +1099,7 @@ static apr_status_t get_certificate(server_rec *s, apr_pool_t *p, int fallback, } else if (sc->assigned->nelts != 1) { if (!fallback) { - ap_log_error(APLOG_MARK, APLOG_ERR, 0, s, APLOGNO(10042) + ap_log_error(APLOG_MARK, APLOG_ERR, 0, s, APLOGNO(10238) "conflict: %d MDs match Virtualhost %s which uses SSL, however " "there can be at most 1.", (int)sc->assigned->nelts, s->server_hostname);