From 6ef1fc5f40567650ca9ef2b7644e4fdd97640ae6 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 20 May 2020 10:02:06 +0200 Subject: Rename TYPE_DEBUG_PLAYER to TYPE_DEBUG_VIDEO_VIEW. --- src/lib/log_entry.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/log_entry.cc') diff --git a/src/lib/log_entry.cc b/src/lib/log_entry.cc index 4aff47c73..01d1415c7 100644 --- a/src/lib/log_entry.cc +++ b/src/lib/log_entry.cc @@ -31,7 +31,7 @@ int const LogEntry::TYPE_DEBUG_THREED = 0x008; int const LogEntry::TYPE_DEBUG_ENCODE = 0x010; int const LogEntry::TYPE_TIMING = 0x020; int const LogEntry::TYPE_DEBUG_EMAIL = 0x040; -int const LogEntry::TYPE_DEBUG_PLAYER = 0x080; +int const LogEntry::TYPE_DEBUG_VIDEO_VIEW = 0x080; int const LogEntry::TYPE_DISK = 0x100; using std::string; -- cgit v1.2.3