summaryrefslogtreecommitdiff
path: root/src/lib/log_entry.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-05-20 20:20:08 +0200
committerCarl Hetherington <cth@carlh.net>2020-05-20 21:56:28 +0200
commit591ccb82d75070d7cba55995bab23513741ff5cf (patch)
treebb131f9ac7f70c1dccd6744091a6fc9fec87e9d8 /src/lib/log_entry.cc
parentbf0fb7f4f556946c18da151e468f237d9ca96094 (diff)
Add a bit more debug logging to the player.
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 01d1415c7..f890d488a 100644
--- a/src/lib/log_entry.cc
+++ b/src/lib/log_entry.cc
@@ -33,6 +33,7 @@ int const LogEntry::TYPE_TIMING = 0x020;
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;
using std::string;