]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
mod_dav: Follow up to r1904638: Fix duplicated APLOGNO.
authorYann Ylavic <ylavic@apache.org>
Mon, 17 Oct 2022 17:54:01 +0000 (17:54 +0000)
committerYann Ylavic <ylavic@apache.org>
Mon, 17 Oct 2022 17:54:01 +0000 (17:54 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1904662 13f79535-47bb-0310-9956-ffa450edef68

modules/dav/main/mod_dav.c

index 30ed95199e89b0db28d751315493d29901e51448..be63f3a5b7f1fbd759f430a4198404abc353113c 100644 (file)
@@ -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 {