From: Stefan Eissing Date: Mon, 8 Mar 2021 19:50:54 +0000 (+0000) Subject: log tags, my nemesis X-Git-Tag: 2.5.0-alpha2-ci-test-only~1001 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=02a1f36ff4397baeeb13eedcf0357b22de9d27fd;p=thirdparty%2Fapache%2Fhttpd.git log tags, my nemesis git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1887340 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/log-message-tags/next-number b/docs/log-message-tags/next-number index b704eb2adc4..88075e61070 100644 --- a/docs/log-message-tags/next-number +++ b/docs/log-message-tags/next-number @@ -1 +1 @@ -10267 +10268 diff --git a/modules/md/mod_md.c b/modules/md/mod_md.c index f2e199bd921..11dc0aa6693 100644 --- a/modules/md/mod_md.c +++ b/modules/md/mod_md.c @@ -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; }