1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-07-28 00:21:53 +03:00

- parser.c: improved the description of a couple of interfaces

upon Larry Stamper suggestion
Daniel
This commit is contained in:
Daniel Veillard
2001-07-04 22:06:23 +00:00
parent 62f313ba0c
commit 4d65a1c55b
3 changed files with 14 additions and 8 deletions

View File

@ -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
/*