summaryrefslogtreecommitdiff
path: root/gnucash.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gnucash.cc')
-rw-r--r--gnucash.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/gnucash.cc b/gnucash.cc
index 0be5661e..7849f81f 100644
--- a/gnucash.cc
+++ b/gnucash.cc
@@ -138,7 +138,9 @@ static void endElement(void *userData, const char *name)
// Add the new entry (what gnucash calls a 'xact') to the
// journal
if (! curr_journal->add_entry(curr_entry)) {
+#if 0
print_entry(std::cerr, *curr_entry);
+#endif
have_error = "The above entry does not balance";
checked_delete(curr_entry);
} else {