summaryrefslogtreecommitdiff
path: root/qpid/cpp/include/qpid/log/Options.h
diff options
context:
space:
mode:
Diffstat (limited to 'qpid/cpp/include/qpid/log/Options.h')
-rw-r--r--qpid/cpp/include/qpid/log/Options.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/include/qpid/log/Options.h b/qpid/cpp/include/qpid/log/Options.h
index 17cbfde9bc..bbc47b47d3 100644
--- a/qpid/cpp/include/qpid/log/Options.h
+++ b/qpid/cpp/include/qpid/log/Options.h
@@ -39,7 +39,7 @@ struct Options : public qpid::Options {
std::string argv0;
std::string name;
std::vector<std::string> selectors;
- bool time, level, thread, source, function, hiresTs;
+ bool time, level, thread, source, function;
bool trace;
std::string prefix;
std::auto_ptr<SinkOptions> sinkOptions;