From a1201ace8a1d5d3e0a9eca769cb9e0a12bf32693 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 25 Jun 2015 09:38:02 +0100 Subject: Add DEBUG_DECODE and some basic debugging of the decoding process. --- src/lib/log.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/log.h') 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); -- cgit v1.2.3