libxslt/preproc.c: Fixed #73088 with the associated patch
authorDaniel Veillard <veillard@src.gnome.org>
Fri, 1 Mar 2002 09:18:33 +0000 (09:18 +0000)
committerDaniel Veillard <veillard@src.gnome.org>
Fri, 1 Mar 2002 09:18:33 +0000 (09:18 +0000)
Daniel

ChangeLog
libxslt/preproc.c

index de6fb7c..57a1223 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Fri Mar  1 10:17:26 CET 2002 Daniel Veillard <daniel@veillard.com>
+
+       * libxslt/preproc.c: Fixed #73088 with the associated patch
+
 Fri Mar  1 10:14:07 CET 2002 Daniel Veillard <daniel@veillard.com>
 
        * xsltproc/xsltproc.c: similar to #72663 and #72658, don't memdump
index 1845cee..52f22a7 100644 (file)
@@ -1326,7 +1326,7 @@ xsltStylePreCompute(xsltStylesheetPtr style, xmlNodePtr inst) {
                                (xsltTransformFunction) xsltDocumentElem);
        } else {
            xsltPrintErrorContext(NULL, style, inst);
-           xsltGenericError(xsltGenericDebugContext,
+           xsltGenericError(xsltGenericErrorContext,
                 "xsltStylePreCompute: unknown xsl:%s\n", inst->name);
            style->warnings++;
        }