Calm down default logging a bit.
[dcpomatic.git] / src / lib / log.h
index 6803f8d59ce707bb87cdb3d8c9a01599e1149751..73a1aa582935a17939f606d4935be0c6881d763e 100644 (file)
@@ -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);