mirror of
https://gitlab.gnome.org/GNOME/libxml2
synced 2025-03-28 21:33:13 +00:00
improve catalog debugging message patch from Rick Jones Daniel
* catalog.c: improve catalog debugging message patch from Rick Jones Daniel
This commit is contained in:
parent
634ec27a80
commit
890b5492c6
@ -1,3 +1,7 @@
|
||||
Thu Feb 23 09:12:27 CET 2006 Daniel Veillard <daniel@veillard.com>
|
||||
|
||||
* catalog.c: improve catalog debugging message patch from Rick Jones
|
||||
|
||||
Wed Feb 22 16:09:10 CET 2006 Daniel Veillard <daniel@veillard.com>
|
||||
|
||||
* python/types.c: Nic Ferrier found debug statement left in the
|
||||
|
@ -1648,7 +1648,8 @@ xmlCatalogXMLResolve(xmlCatalogEntryPtr catal, const xmlChar *pubID,
|
||||
if (xmlStrEqual(sysID, cur->name)) {
|
||||
if (xmlDebugCatalogs)
|
||||
xmlGenericError(xmlGenericErrorContext,
|
||||
"Found system match %s\n", cur->name);
|
||||
"Found system match %s, using %s\n",
|
||||
cur->name, cur->URL);
|
||||
catal->depth--;
|
||||
return(xmlStrdup(cur->URL));
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user