aboutsummaryrefslogtreecommitdiffstats
path: root/xmlIO.c
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2001-07-04 22:06:23 +0000
committerDaniel Veillard <veillard@src.gnome.org>2001-07-04 22:06:23 +0000
commit4d65a1c55b274fdb29129dba2b4eda24c0f9639b (patch)
treeb4bc9732b61fc2ac353513c8103d10dec71bb464 /xmlIO.c
parent62f313ba0cce40d98c42e366a9692f8f11181d7c (diff)
downloadandroid_external_libxml2-4d65a1c55b274fdb29129dba2b4eda24c0f9639b.tar.gz
android_external_libxml2-4d65a1c55b274fdb29129dba2b4eda24c0f9639b.tar.bz2
android_external_libxml2-4d65a1c55b274fdb29129dba2b4eda24c0f9639b.zip
- parser.c: improved the description of a couple of interfaces
upon Larry Stamper suggestion Daniel
Diffstat (limited to 'xmlIO.c')
-rw-r--r--xmlIO.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/xmlIO.c b/xmlIO.c
index 84e0a46a..33f2d7ee 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 @@ xmlDefaultExternalEntityLoader(const char *URL, const char *ID,
#ifdef DEBUG_EXTERNAL_ENTITIES
xmlGenericError(xmlGenericErrorContext,
- "xmlDefaultExternalEntityLoader(%s, xxx)\n", URL);
+ "xmlDefaultExternalEntityLoader(%s, %s)\n", URL, ID);
#endif
#ifdef LIBXML_CATALOG_ENABLED
/*