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.cc | |
| parent | 017493fdeb7bddfd1ad44df83613b6602fab4a8b (diff) | |
Add more logging and some missing prefs checkboxes for existing logging.v2.15.87
Diffstat (limited to 'src/lib/log_entry.cc')
| -rw-r--r-- | src/lib/log_entry.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/log_entry.cc b/src/lib/log_entry.cc index f890d488a..2af2c0f25 100644 --- a/src/lib/log_entry.cc +++ b/src/lib/log_entry.cc @@ -34,6 +34,7 @@ int const LogEntry::TYPE_DEBUG_EMAIL = 0x040; int const LogEntry::TYPE_DEBUG_VIDEO_VIEW = 0x080; int const LogEntry::TYPE_DISK = 0x100; int const LogEntry::TYPE_DEBUG_PLAYER = 0x200; +int const LogEntry::TYPE_DEBUG_AUDIO_ANALYSIS = 0x400; using std::string; |
