From 591ccb82d75070d7cba55995bab23513741ff5cf Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 20 May 2020 20:20:08 +0200 Subject: Add a bit more debug logging to the player. --- src/lib/log_entry.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'src/lib/log_entry.cc') 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; -- cgit v1.2.3