summaryrefslogtreecommitdiff
path: root/src/lib/log.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-05-24 22:47:29 +0100
committerCarl Hetherington <cth@carlh.net>2014-05-24 22:47:29 +0100
commit446427a28a055115d78d5ec513b9229571fca511 (patch)
treee682b46e64b832cc63beed1da2c932641f34b0f7 /src/lib/log.h
parent0a420c3bb0e256ac5dfe3e7b0275b0d9e535fe0f (diff)
Rely on Config for log settings, not the command line.
Diffstat (limited to 'src/lib/log.h')
-rw-r--r--src/lib/log.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/log.h b/src/lib/log.h
index c11daf617..2ba273b44 100644
--- a/src/lib/log.h
+++ b/src/lib/log.h
@@ -46,7 +46,6 @@ public:
void microsecond_log (std::string message, int type);
void set_types (int types);
- void set_types (std::string types);
protected:
/** mutex to protect the log */