]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
mod_md: update duplicated APLOGNOs.
authorYann Ylavic <ylavic@apache.org>
Tue, 12 May 2020 09:53:50 +0000 (09:53 +0000)
committerYann Ylavic <ylavic@apache.org>
Tue, 12 May 2020 09:53:50 +0000 (09:53 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1877642 13f79535-47bb-0310-9956-ffa450edef68

docs/log-message-tags/next-number
modules/md/mod_md.c

index 3721c3f7b62bd79fd1ae49919c2a9970c513b0bb..289150f89349ecd0a2e30177b403ca7483a2567b 100644 (file)
@@ -1 +1 @@
-10237
+10239
index eea989140af476b3e45112fe99d39e81b6f7d60d..55413f5b67c4db42743a6e4419e30692da0ef048 100644 (file)
@@ -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);