summaryrefslogtreecommitdiff
path: root/journal.h
diff options
context:
space:
mode:
Diffstat (limited to 'journal.h')
-rw-r--r--journal.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/journal.h b/journal.h
index 6eb28b90..65e6d609 100644
--- a/journal.h
+++ b/journal.h
@@ -283,9 +283,8 @@ class account_t
const std::string& _note = "")
: parent(_parent), name(_name), note(_note),
depth(parent ? parent->depth + 1 : 0), data(NULL), ident(0) {
- DEBUG_PRINT("ledger.memory.ctors", "ctor account_t");
+ DEBUG_PRINT("ledger.memory.ctors", "ctor account_t " << this);
}
-
~account_t();
bool operator==(const account_t& account) {