diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-07-05 21:38:35 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-07-05 21:38:38 +0200 |
| commit | f20ec58b5fa6b5ffd49f0af6865290a775077e73 (patch) | |
| tree | 3c285d5539d3f66937b9c29c5a83850daa9733db /src/lib/log_entry.h | |
| parent | 017493fdeb7bddfd1ad44df83613b6602fab4a8b (diff) | |
Add more logging and some missing prefs checkboxes for existing logging.v2.15.87
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 4bace41a4..50b8bc1a6 100644 --- a/src/lib/log_entry.h +++ b/src/lib/log_entry.h @@ -38,6 +38,7 @@ public: 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 + static const int TYPE_DEBUG_AUDIO_ANALYSIS; ///< audio analysis job explicit LogEntry (int type); virtual ~LogEntry () {} |
