]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Fix APLOGNO(10258) missing from r1887384.
authorYann Ylavic <ylavic@apache.org>
Tue, 9 Mar 2021 18:15:22 +0000 (18:15 +0000)
committerYann Ylavic <ylavic@apache.org>
Tue, 9 Mar 2021 18:15:22 +0000 (18:15 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1887390 13f79535-47bb-0310-9956-ffa450edef68

modules/http/http_etag.c

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