summaryrefslogtreecommitdiff
path: root/src/lib/log.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-06-30 10:58:22 +0100
committerCarl Hetherington <cth@carlh.net>2015-06-30 10:58:22 +0100
commit78bc6f9286864052b304a1871739479c16e393dd (patch)
tree8a19ce4f55167138734eaf42a1be8db48044e55c /src/lib/log.cc
parentaf38609fdce431f43073406bafb48e8a9d6f558b (diff)
Calm down default logging a bit.
Diffstat (limited to 'src/lib/log.cc')
-rw-r--r--src/lib/log.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/log.cc b/src/lib/log.cc
index d9696f3cc..ac3277c4e 100644
--- a/src/lib/log.cc
+++ b/src/lib/log.cc
@@ -36,7 +36,8 @@ int const Log::TYPE_GENERAL = 0x1;
int const Log::TYPE_WARNING = 0x2;
int const Log::TYPE_ERROR = 0x4;
int const Log::TYPE_DEBUG_DECODE = 0x8;
-int const Log::TYPE_TIMING = 0x10;
+int const Log::TYPE_DEBUG_ENCODE = 0x10;
+int const Log::TYPE_TIMING = 0x20;
Log::Log ()
: _types (0)