mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
parent
f2aeb91f76
commit
6b2a678e53
@ -792,7 +792,7 @@ gnc_xml_set_data(const gchar* tag, xmlNodePtr node, gpointer item,
|
||||
|
||||
if(!handlers->tag)
|
||||
{
|
||||
PERR("Unhandled tag: %s\n",
|
||||
PERR("Unhandled tag: %s",
|
||||
tag ? tag : "(null)");
|
||||
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))
|
||||
{
|
||||
PERR("missing tag in input");
|
||||
PERR("didn't find all of the expected tags in the input");
|
||||
successful = FALSE;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user