diff options
Diffstat (limited to 'src/common/logging')
| -rw-r--r-- | src/common/logging/backend.cpp | 2 | ||||
| -rw-r--r-- | src/common/logging/log.h | 2 | 
2 files changed, 4 insertions, 0 deletions
diff --git a/src/common/logging/backend.cpp b/src/common/logging/backend.cpp index 38cc85e23..55de535c0 100644 --- a/src/common/logging/backend.cpp +++ b/src/common/logging/backend.cpp @@ -169,6 +169,7 @@ void FileBackend::Write(const Entry& entry) {      SUB(Service, AOC)                                                                              \      SUB(Service, APM)                                                                              \      SUB(Service, BCAT)                                                                             \ +    SUB(Service, BTM)                                                                              \      SUB(Service, Fatal)                                                                            \      SUB(Service, Friend)                                                                           \      SUB(Service, FS)                                                                               \ @@ -192,6 +193,7 @@ void FileBackend::Write(const Entry& entry) {      SUB(Service, SSL)                                                                              \      SUB(Service, Time)                                                                             \      SUB(Service, VI)                                                                               \ +    SUB(Service, WLAN)                                                                             \      CLS(HW)                                                                                        \      SUB(HW, Memory)                                                                                \      SUB(HW, LCD)                                                                                   \ diff --git a/src/common/logging/log.h b/src/common/logging/log.h index db4a80d0a..e8d98de99 100644 --- a/src/common/logging/log.h +++ b/src/common/logging/log.h @@ -56,6 +56,7 @@ enum class Class : ClassType {      Service_APM,       ///< The APM (Performance) service      Service_Audio,     ///< The Audio (Audio control) service      Service_BCAT,      ///< The BCAT service +    Service_BTM,       ///< The BTM service      Service_Fatal,     ///< The Fatal service      Service_Friend,    ///< The friend service      Service_FS,        ///< The FS (Filesystem) service @@ -79,6 +80,7 @@ enum class Class : ClassType {      Service_SSL,       ///< The SSL service      Service_Time,      ///< The time service      Service_VI,        ///< The VI (Video interface) service +    Service_WLAN,      ///< The WLAN (Wireless local area network) service      HW,                ///< Low-level hardware emulation      HW_Memory,         ///< Memory-map and address translation      HW_LCD,            ///< LCD register emulation  | 
