summaryrefslogtreecommitdiff
path: root/option.cc
diff options
context:
space:
mode:
Diffstat (limited to 'option.cc')
-rw-r--r--option.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/option.cc b/option.cc
index 1010981f..82128318 100644
--- a/option.cc
+++ b/option.cc
@@ -9,6 +9,8 @@ option_handler::option_handler(const std::string& label,
const std::string& opt_chars)
: handled(false)
{
+ DEBUG_PRINT("ledger.memory.ctors", "ctor option_handler");
+
option_t opt;
static char buf[128];