diff options
Diffstat (limited to 'option.cc')
-rw-r--r-- | option.cc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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]; |