Bump the logno.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1879548 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Graham Leggett
2020-07-06 12:17:47 +00:00
parent 92470c0baa
commit 023a72b977
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
10258
10259

View File

@ -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);