- parser.c: improved the description of a couple of interfaces
  upon Larry Stamper suggestion
Daniel
diff --git a/xmlIO.c b/xmlIO.c
index 84e0a46..33f2d7e 100644
--- a/xmlIO.c
+++ b/xmlIO.c
@@ -74,8 +74,7 @@
 #define xmlRegisterDefaultOutputCallbacks xmlRegisterDefOutputCallbacks
 #endif
 
-/* #define VERBOSE_FAILURE */
-/* #define DEBUG_EXTERNAL_ENTITIES */
+#define DEBUG_EXTERNAL_ENTITIES 
 /* #define DEBUG_INPUT */
 
 #ifdef DEBUG_INPUT
@@ -1594,7 +1593,7 @@
 
 #ifdef DEBUG_EXTERNAL_ENTITIES
     xmlGenericError(xmlGenericErrorContext,
-	    "xmlDefaultExternalEntityLoader(%s, xxx)\n", URL);
+	    "xmlDefaultExternalEntityLoader(%s, %s)\n", URL, ID);
 #endif
 #ifdef LIBXML_CATALOG_ENABLED
     /*