diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-12-06 11:11:47 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-12-06 11:12:31 +0100 |
| commit | 5029bf180a8b29c8e9f1aeef1c398b05e01eb663 (patch) | |
| tree | b599b89fe3ea1536031f15d7605c17d16d24a691 /src/lib/log_entry.h | |
| parent | 59e358ae25f84314afc6d8235aecaec124822f3f (diff) | |
Clarify and improve decoder/player/butler logging a bit.
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 89357d201..b76579ff4 100644 --- a/src/lib/log_entry.h +++ b/src/lib/log_entry.h @@ -43,6 +43,7 @@ public: static const int TYPE_DEBUG_PLAYER; ///< the Player class static const int TYPE_DEBUG_AUDIO_ANALYSIS; ///< audio analysis job static const int TYPE_HTTP; + static const int TYPE_DEBUG_BUTLER; explicit LogEntry (int type); virtual ~LogEntry () {} |
