]> granicus.if.org Git - apache/commitdiff
Fix duplicated APLOGNOs from r1661067 and r1661448.
authorYann Ylavic <ylavic@apache.org>
Sun, 19 Apr 2015 11:42:52 +0000 (11:42 +0000)
committerYann Ylavic <ylavic@apache.org>
Sun, 19 Apr 2015 11:42:52 +0000 (11:42 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1674606 13f79535-47bb-0310-9956-ffa450edef68

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

index 6cda91b3962b2b46498e8a937e66e0a9d619eaca..cc378d9e4b55256359ac2316cd40bc6b8389b1f1 100644 (file)
@@ -1 +1 @@
-2841
+2842
index 3a6f2ab065aceef4f3cc3067441e49be3eb22a92..fb6a023611da05321d7908eb4aa5dfd7aa50fb49 100644 (file)
@@ -855,7 +855,7 @@ char *ap_response_code_string(request_rec *r, int error_index)
     response = ap_expr_str_exec(r, expr, &err);
     if (err) {
         ap_log_rerror(
-                APLOG_MARK, APLOG_ERR, 0, r, APLOGNO(02830) "core: ErrorDocument: can't "
+                APLOG_MARK, APLOG_ERR, 0, r, APLOGNO(02841) "core: ErrorDocument: can't "
                 "evaluate require expression: %s", err);
         return NULL;
     }