diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-02-17 22:00:18 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-02-17 22:00:18 +0000 |
| commit | a5be11a965c2c38442e4e069874e7e21b5b43a5c (patch) | |
| tree | 9473211bc0918e7ccf844a3f8300a473e089fed4 /src/lib/log_entry.h | |
| parent | 9a7ca753829b7adbabde4cc0edd48c460ad4cffa (diff) | |
More player debugging for butler video-full states.v2.13.121
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 3d6a9f371..50bbf63a0 100644 --- a/src/lib/log_entry.h +++ b/src/lib/log_entry.h @@ -35,6 +35,7 @@ public: static const int TYPE_DEBUG_ENCODE; static const int TYPE_TIMING; static const int TYPE_DEBUG_EMAIL; + static const int TYPE_DEBUG_PLAYER; explicit LogEntry (int type); virtual ~LogEntry () {} |
