diff options
-rw-r--r-- | src/option.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/option.h b/src/option.h index c9b05d87..6809a27c 100644 --- a/src/option.h +++ b/src/option.h @@ -74,6 +74,7 @@ public: handled(false), parent(NULL), value(), wants_arg(name[name_len - 1] == '_') { TRACE_CTOR(option_t, "const char *, const char"); + DEBUG("option.names", "Option: " << name); } option_t(const option_t& other) : name(other.name), |