X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Flib%2Flog_entry.cc;h=54f9bfc53db3bc7e4a428c72cbdf20786239dc93;hp=6a36c3383aa5d575ef85ca7020dc0cc992deba7d;hb=981100bbff6883ff024b41d4b62e00b2ab8caec4;hpb=0c961c9231e7b0e074da409dce90913ceef5321f diff --git a/src/lib/log_entry.cc b/src/lib/log_entry.cc index 6a36c3383..54f9bfc53 100644 --- a/src/lib/log_entry.cc +++ b/src/lib/log_entry.cc @@ -27,7 +27,7 @@ int const LogEntry::TYPE_GENERAL = 0x1; int const LogEntry::TYPE_WARNING = 0x2; int const LogEntry::TYPE_ERROR = 0x4; -int const LogEntry::TYPE_DEBUG_DECODE = 0x8; +int const LogEntry::TYPE_DEBUG_THREED = 0x8; int const LogEntry::TYPE_DEBUG_ENCODE = 0x10; int const LogEntry::TYPE_TIMING = 0x20; int const LogEntry::TYPE_DEBUG_EMAIL = 0x40;