summaryrefslogtreecommitdiff
path: root/src/entry.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/entry.cc')
-rw-r--r--src/entry.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/entry.cc b/src/entry.cc
index 09e2647a..9749b1df 100644
--- a/src/entry.cc
+++ b/src/entry.cc
@@ -228,10 +228,10 @@ bool entry_base_t::finalize()
if (! balance.is_null() && ! balance.is_zero()) {
#if 0
- new entry_context(*this, "While balancing entry:");
+ add_error_context(entry_context(*this));
#endif
add_error_context("Unbalanced remainder is: ");
- add_error_context(value_context(balance));
+ add_error_context(value_context(balance.unround()));
throw_(balance_error, "Entry does not balance");
}