diff options
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 89357d201..b76579ff4 100644 --- a/src/lib/log_entry.h +++ b/src/lib/log_entry.h @@ -43,6 +43,7 @@ public: static const int TYPE_DEBUG_PLAYER; ///< the Player class static const int TYPE_DEBUG_AUDIO_ANALYSIS; ///< audio analysis job static const int TYPE_HTTP; + static const int TYPE_DEBUG_BUTLER; explicit LogEntry (int type); virtual ~LogEntry () {} |
