Add DEBUG_DECODE and some basic debugging of the decoding process.
[dcpomatic.git] / src / lib / log.h
index 1b7cef03891c107d979bb465ed05ef6e8700b24f..6803f8d59ce707bb87cdb3d8c9a01599e1149751 100644 (file)
@@ -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);