diff options
Diffstat (limited to 'journal.cc')
-rw-r--r-- | journal.cc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -309,7 +309,7 @@ void auto_entry_t::extend_entry(entry_base_t& entry) account_t::~account_t() { - DEBUG_PRINT("ledger.memory.dtors", "dtor account_t"); + DEBUG_PRINT("ledger.memory.dtors", "dtor account_t " << this); //assert(! data); for (accounts_map::iterator i = accounts.begin(); |