Add log TYPE_DEBUG from 1.x.
[dcpomatic.git] / src / lib / log.h
index 300df743b9c7f4f790eafc4e465b45a7a1dfffe7..f14adc26fd054034893c589941498b887700df42 100644 (file)
@@ -41,6 +41,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_TIMING;
 
        void log (std::string message, int type);