]> granicus.if.org Git - apache/commitdiff
- Put a prefix on this error message to have a chance of finding it in the source...
authorPaul Querna <pquerna@apache.org>
Fri, 27 May 2005 20:23:08 +0000 (20:23 +0000)
committerPaul Querna <pquerna@apache.org>
Fri, 27 May 2005 20:23:08 +0000 (20:23 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@178818 13f79535-47bb-0310-9956-ffa450edef68

server/util_xml.c

index 09f2c1344becd2e81e13d1cfa98f72d47f5ef41f..e2d9fce8c8260a6a88e9b4f2a611eb2bd2ecb418 100644 (file)
@@ -120,7 +120,7 @@ AP_DECLARE(int) ap_xml_parse_input(request_rec * r, apr_xml_doc **pdoc)
   parser_error:
     (void) apr_xml_parser_geterror(parser, errbuf, sizeof(errbuf));
     ap_log_rerror(APLOG_MARK, APLOG_ERR, 0, r,
-                  "%s", errbuf);
+                  "XML Parser Error: %s", errbuf);
 
     /* FALLTHRU */