From: Yann Ylavic Date: Tue, 9 Mar 2021 18:15:22 +0000 (+0000) Subject: Fix APLOGNO(10258) missing from r1887384. X-Git-Tag: 2.4.47~63 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=56e910ce9c0cc4e976950fb00cd5f84cb01a0279;p=thirdparty%2Fapache%2Fhttpd.git Fix APLOGNO(10258) missing from r1887384. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1887390 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/http/http_etag.c b/modules/http/http_etag.c index 59582e11d51..af74549d339 100644 --- a/modules/http/http_etag.c +++ b/modules/http/http_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);