summaryrefslogtreecommitdiff
path: root/src/option.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/option.h')
-rw-r--r--src/option.h1
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),