update debug statements

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@6440 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Linas Vepstas 2001-12-31 01:16:04 +00:00
parent f2aeb91f76
commit 6b2a678e53

View File

@ -792,7 +792,7 @@ gnc_xml_set_data(const gchar* tag, xmlNodePtr node, gpointer item,
if(!handlers->tag) if(!handlers->tag)
{ {
PERR("Unhandled tag: %s\n", PERR("Unhandled tag: %s",
tag ? tag : "(null)"); tag ? tag : "(null)");
return FALSE; return FALSE;
} }
@ -825,7 +825,7 @@ dom_tree_generic_parse(xmlNodePtr node, struct dom_tree_handler *handlers,
if(!dom_tree_handlers_all_gotten_p(handlers)) if(!dom_tree_handlers_all_gotten_p(handlers))
{ {
PERR("missing tag in input"); PERR("didn't find all of the expected tags in the input");
successful = FALSE; successful = FALSE;
} }