log tags, my nemesis

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1887340 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Stefan Eissing
2021-03-08 19:50:54 +00:00
parent e3928f2b27
commit 02a1f36ff4
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
10267
10268

View 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;
}