]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Bump the logno.
authorGraham Leggett <minfrin@apache.org>
Mon, 6 Jul 2020 12:17:47 +0000 (12:17 +0000)
committerGraham Leggett <minfrin@apache.org>
Mon, 6 Jul 2020 12:17:47 +0000 (12:17 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1879548 13f79535-47bb-0310-9956-ffa450edef68

docs/log-message-tags/next-number
server/util_etag.c

index 94d75092d8a21a85292b96368b1bf9355eadbf50..6a293bb5b0a65d8f79de7606a113bc21ed648095 100644 (file)
@@ -1 +1 @@
-10258
+10259
index 59582e11d51d02b3e51b10d6368cfaa549fb83bb..af74549d3399c4dfe4453394baa56eb8420a803d 100644 (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);