Calm down default logging a bit.
[dcpomatic.git] / src / lib / log.cc
index d9696f3cce2ca31bacc89692cbedf7bd468b8880..ac3277c4e618a1e04f7049492e6299424b79b1ee 100644 (file)
@@ -36,7 +36,8 @@ int const Log::TYPE_GENERAL      = 0x1;
 int const Log::TYPE_WARNING      = 0x2;
 int const Log::TYPE_ERROR        = 0x4;
 int const Log::TYPE_DEBUG_DECODE = 0x8;
-int const Log::TYPE_TIMING       = 0x10;
+int const Log::TYPE_DEBUG_ENCODE = 0x10;
+int const Log::TYPE_TIMING       = 0x20;
 
 Log::Log ()
        : _types (0)