From ac14c53501a90fc61ad19ded358d7ec20885aa5c Mon Sep 17 00:00:00 2001 From: Yann Ylavic Date: Mon, 17 Oct 2022 17:54:01 +0000 Subject: [PATCH] mod_dav: Follow up to r1904638: Fix duplicated APLOGNO. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1904662 13f79535-47bb-0310-9956-ffa450edef68 --- modules/dav/main/mod_dav.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/dav/main/mod_dav.c b/modules/dav/main/mod_dav.c index 30ed95199e8..be63f3a5b7f 100644 --- a/modules/dav/main/mod_dav.c +++ b/modules/dav/main/mod_dav.c @@ -2102,7 +2102,7 @@ static dav_error * dav_propfind_walker(dav_walk_resource *wres, int calltype) const char *errstr = NULL; int eval = ap_expr_exec(ctx->r, conf->allow_lockdiscovery, &errstr); if (errstr) { - ap_log_rerror(APLOG_MARK, APLOG_ERR, 0, ctx->r, APLOGNO(00623) + ap_log_rerror(APLOG_MARK, APLOG_ERR, 0, ctx->r, APLOGNO(10403) "Failed to evaluate expression (%s) - ignoring", errstr); } else { -- 2.47.2