diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-06-14 01:42:21 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-06-23 19:51:28 +0200 |
| commit | 4181c68e98c9623ea1d5a747678d825662205920 (patch) | |
| tree | 56e1a49d4b97c03d01150a002a0920f4ff904496 /src/lib/log_entry.h | |
| parent | 6cdae64ba9ce3a9f02f3a7437cfff078d942cba1 (diff) | |
Add log entry for the HTTP server.
Diffstat (limited to 'src/lib/log_entry.h')
| -rw-r--r-- | src/lib/log_entry.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/log_entry.h b/src/lib/log_entry.h index 95c4e4f1f..89357d201 100644 --- a/src/lib/log_entry.h +++ b/src/lib/log_entry.h @@ -42,6 +42,7 @@ public: static const int TYPE_DISK; static const int TYPE_DEBUG_PLAYER; ///< the Player class static const int TYPE_DEBUG_AUDIO_ANALYSIS; ///< audio analysis job + static const int TYPE_HTTP; explicit LogEntry (int type); virtual ~LogEntry () {} |
