From: Graham Leggett Date: Mon, 6 Jul 2020 12:17:47 +0000 (+0000) Subject: Bump the logno. X-Git-Tag: 2.5.0-alpha2-ci-test-only~1275 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=023a72b977663bfdb63c12d21bbe2d1c7c530ce7;p=thirdparty%2Fapache%2Fhttpd.git Bump the logno. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1879548 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/log-message-tags/next-number b/docs/log-message-tags/next-number index 94d75092d8a..6a293bb5b0a 100644 --- a/docs/log-message-tags/next-number +++ b/docs/log-message-tags/next-number @@ -1 +1 @@ -10258 +10259 diff --git a/server/util_etag.c b/server/util_etag.c index 59582e11d51..af74549d339 100644 --- a/server/util_etag.c +++ b/server/util_etag.c @@ -133,7 +133,7 @@ static char *make_digest_etag(request_rec *r, etag_rec *er, char *vlv, } if ((status = apr_file_seek(fd, APR_END, &len)) != APR_SUCCESS) { - ap_log_rerror(APLOG_MARK, APLOG_ERR, status, r, APLOGNO() + ap_log_rerror(APLOG_MARK, APLOG_ERR, status, r, APLOGNO(10258) "Make etag: could not seek"); if (er->pathname) { apr_file_close(fd);