summaryrefslogtreecommitdiff
path: root/src/lib/log.h
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.h
parentaf38609fdce431f43073406bafb48e8a9d6f558b (diff)
Calm down default logging a bit.
Diffstat (limited to 'src/lib/log.h')
-rw-r--r--src/lib/log.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/log.h b/src/lib/log.h
index 6803f8d59..73a1aa582 100644
--- a/src/lib/log.h
+++ b/src/lib/log.h
@@ -43,6 +43,7 @@ public:
static const int TYPE_WARNING;
static const int TYPE_ERROR;
static const int TYPE_DEBUG_DECODE;
+ static const int TYPE_DEBUG_ENCODE;
static const int TYPE_TIMING;
void log (std::string message, int type);