diff options
Diffstat (limited to 'src/lib/log.h')
| -rw-r--r-- | src/lib/log.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/log.h b/src/lib/log.h index 1b7cef038..6803f8d59 100644 --- a/src/lib/log.h +++ b/src/lib/log.h @@ -42,7 +42,7 @@ public: static const int TYPE_GENERAL; static const int TYPE_WARNING; static const int TYPE_ERROR; - static const int TYPE_DEBUG; + static const int TYPE_DEBUG_DECODE; static const int TYPE_TIMING; void log (std::string message, int type); |
