summaryrefslogtreecommitdiff
path: root/src/lib/log_entry.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-02-17 22:00:18 +0000
committerCarl Hetherington <cth@carlh.net>2019-02-17 22:00:18 +0000
commita5be11a965c2c38442e4e069874e7e21b5b43a5c (patch)
tree9473211bc0918e7ccf844a3f8300a473e089fed4 /src/lib/log_entry.cc
parent9a7ca753829b7adbabde4cc0edd48c460ad4cffa (diff)
More player debugging for butler video-full states.v2.13.121
Diffstat (limited to 'src/lib/log_entry.cc')
-rw-r--r--src/lib/log_entry.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/log_entry.cc b/src/lib/log_entry.cc
index 8a6654811..6a36c3383 100644
--- a/src/lib/log_entry.cc
+++ b/src/lib/log_entry.cc
@@ -31,6 +31,7 @@ int const LogEntry::TYPE_DEBUG_DECODE = 0x8;
int const LogEntry::TYPE_DEBUG_ENCODE = 0x10;
int const LogEntry::TYPE_TIMING = 0x20;
int const LogEntry::TYPE_DEBUG_EMAIL = 0x40;
+int const LogEntry::TYPE_DEBUG_PLAYER = 0x80;
using std::string;