Add more logging and some missing prefs checkboxes for existing logging.
[dcpomatic.git] / src / lib / log_entry.cc
index f890d488ab920c256ce417b9fa05d3d7dcf7eb5b..2af2c0f25ef77cf135b2aaed60fbffc8fa54dbd5 100644 (file)
@@ -34,6 +34,7 @@ int const LogEntry::TYPE_DEBUG_EMAIL  = 0x040;
 int const LogEntry::TYPE_DEBUG_VIDEO_VIEW = 0x080;
 int const LogEntry::TYPE_DISK         = 0x100;
 int const LogEntry::TYPE_DEBUG_PLAYER = 0x200;
+int const LogEntry::TYPE_DEBUG_AUDIO_ANALYSIS = 0x400;
 
 using std::string;