summaryrefslogtreecommitdiff
path: root/src/lib/log_entry.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2024-06-14 01:42:21 +0200
committerCarl Hetherington <cth@carlh.net>2024-06-23 19:51:28 +0200
commit4181c68e98c9623ea1d5a747678d825662205920 (patch)
tree56e1a49d4b97c03d01150a002a0920f4ff904496 /src/lib/log_entry.cc
parent6cdae64ba9ce3a9f02f3a7437cfff078d942cba1 (diff)
Add log entry for the HTTP server.
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 d5065e03a..af9148e68 100644
--- a/src/lib/log_entry.cc
+++ b/src/lib/log_entry.cc
@@ -38,6 +38,7 @@ int const LogEntry::TYPE_DEBUG_VIDEO_VIEW = 0x080;
int const LogEntry::TYPE_DISK = 0x100;
int const LogEntry::TYPE_DEBUG_PLAYER = 0x200;
int const LogEntry::TYPE_DEBUG_AUDIO_ANALYSIS = 0x400;
+int const LogEntry::TYPE_HTTP = 0x800;
using std::string;