fixed bug 119862 (missing param on ns error print)
[platform/upstream/libxslt.git] / libxslt / xslt.c
index 9ce8b66..b8384e3 100644 (file)
@@ -1314,7 +1314,7 @@ xsltGatherNamespaces(xsltStylesheetPtr style) {
                    URI = xmlHashLookup(style->nsHash, ns->prefix);
                    if ((URI != NULL) && (!xmlStrEqual(URI, ns->href))) {
                        xsltTransformError(NULL, style, cur,
-            "Namespaces prefix %s used for multiple namespaces\n");
+            "Namespaces prefix %s used for multiple namespaces\n",ns->prefix);
                        if (style != NULL) style->warnings++;
                    } else if (URI == NULL) {
                        xmlHashUpdateEntry(style->nsHash, ns->prefix,