diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-05-20 20:20:08 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-05-20 21:56:28 +0200 |
| commit | 591ccb82d75070d7cba55995bab23513741ff5cf (patch) | |
| tree | bb131f9ac7f70c1dccd6744091a6fc9fec87e9d8 /src/lib/log_entry.h | |
| parent | bf0fb7f4f556946c18da151e468f237d9ca96094 (diff) | |
Add a bit more debug logging to the player.
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 136ab00f9..4bace41a4 100644 --- a/src/lib/log_entry.h +++ b/src/lib/log_entry.h @@ -37,6 +37,7 @@ public: static const int TYPE_DEBUG_EMAIL; static const int TYPE_DEBUG_VIDEO_VIEW; ///< real-time video viewing (i.e. "playback") static const int TYPE_DISK; + static const int TYPE_DEBUG_PLAYER; ///< the Player class explicit LogEntry (int type); virtual ~LogEntry () {} |
