]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
log tags, my nemesis
authorStefan Eissing <icing@apache.org>
Mon, 8 Mar 2021 19:50:54 +0000 (19:50 +0000)
committerStefan Eissing <icing@apache.org>
Mon, 8 Mar 2021 19:50:54 +0000 (19:50 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1887340 13f79535-47bb-0310-9956-ffa450edef68

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

index b704eb2adc4311cce60d36ded411eeb32f63e4ea..88075e61070c45ca4b097b846538a8198432b2e1 100644 (file)
@@ -1 +1 @@
-10267
+10268
index f2e199bd921cc73bbc75c909ce545b9cdf4ef0cd..11dc0aa6693c11487df81b187724b9c506ebdcef 100644 (file)
@@ -173,7 +173,7 @@ static apr_status_t notify(md_job_t *job, const char *reason,
         if (since_last.start > 0 && md_timeperiod_length(&since_last) < min_interim) {
             /* not enough time has passed since we sent the last notification
              * for this reason. */
-            md_log_perror(MD_LOG_MARK, MD_LOG_DEBUG, 0, p, APLOGNO()
+            md_log_perror(MD_LOG_MARK, MD_LOG_DEBUG, 0, p, APLOGNO(10267)
                 "%s: rate limiting notification about '%s'", job->mdomain, reason);
             return APR_SUCCESS;
         }