added a missing parameter to a debug function Daniel
authorDaniel Veillard <veillard@src.gnome.org>
Sun, 6 Nov 2005 18:23:25 +0000 (18:23 +0000)
committerDaniel Veillard <veillard@src.gnome.org>
Sun, 6 Nov 2005 18:23:25 +0000 (18:23 +0000)
* libxslt/attrvt.c: added a missing parameter to a debug function
Daniel

ChangeLog
libxslt/attrvt.c

index a19ae5f..0cdac5d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Sun Nov  6 19:22:45 CET 2005 Daniel Veillard <daniel@veillard.com>
+
+       * libxslt/attrvt.c: added a missing parameter to a debug function
+
 Tue Oct  4 20:37:09 HKT 2005 William Brack <wbrack@mmm.com.hk>
 
        * libexslt/date.c: applied fix to date:week-in-year posted to
index f510e12..cafcf74 100644 (file)
@@ -196,7 +196,7 @@ xsltCompileAttr(xsltStylesheetPtr style, xmlAttrPtr attr) {
     if (attr->psvi != NULL) {
 #ifdef WITH_XSLT_DEBUG_AVT
        xsltGenericDebug(xsltGenericDebugContext,
-                       "AVT %s: already compiled\n");
+                       "AVT %s: already compiled\n", attr->name);
 #endif
         return;
     }