From f20ec58b5fa6b5ffd49f0af6865290a775077e73 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 5 Jul 2020 21:38:35 +0200 Subject: Add more logging and some missing prefs checkboxes for existing logging. --- src/lib/log_entry.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/lib/log_entry.h') 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 () {} -- cgit v1.2.3