diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-06-30 10:58:22 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-06-30 10:58:22 +0100 |
| commit | 78bc6f9286864052b304a1871739479c16e393dd (patch) | |
| tree | 8a19ce4f55167138734eaf42a1be8db48044e55c /src/lib/log.h | |
| parent | af38609fdce431f43073406bafb48e8a9d6f558b (diff) | |
Calm down default logging a bit.
Diffstat (limited to 'src/lib/log.h')
| -rw-r--r-- | src/lib/log.h | 1 |
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); |
