summaryrefslogtreecommitdiff
path: root/src/common/logging
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/logging')
-rw-r--r--src/common/logging/backend.cpp1
-rw-r--r--src/common/logging/log.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/common/logging/backend.cpp b/src/common/logging/backend.cpp
index 30537b27b..ca30fa6ff 100644
--- a/src/common/logging/backend.cpp
+++ b/src/common/logging/backend.cpp
@@ -176,6 +176,7 @@ void FileBackend::Write(const Entry& entry) {
176 SUB(Service, LBL) \ 176 SUB(Service, LBL) \
177 SUB(Service, LDN) \ 177 SUB(Service, LDN) \
178 SUB(Service, LM) \ 178 SUB(Service, LM) \
179 SUB(Service, Mii) \
179 SUB(Service, MM) \ 180 SUB(Service, MM) \
180 SUB(Service, NFC) \ 181 SUB(Service, NFC) \
181 SUB(Service, NFP) \ 182 SUB(Service, NFP) \
diff --git a/src/common/logging/log.h b/src/common/logging/log.h
index 805f82d2f..2515cb40f 100644
--- a/src/common/logging/log.h
+++ b/src/common/logging/log.h
@@ -63,6 +63,7 @@ enum class Class : ClassType {
63 Service_LBL, ///< The LBL (LCD backlight) service 63 Service_LBL, ///< The LBL (LCD backlight) service
64 Service_LDN, ///< The LDN (Local domain network) service 64 Service_LDN, ///< The LDN (Local domain network) service
65 Service_LM, ///< The LM (Logger) service 65 Service_LM, ///< The LM (Logger) service
66 Service_Mii, ///< The Mii service
66 Service_MM, ///< The MM (Multimedia) service 67 Service_MM, ///< The MM (Multimedia) service
67 Service_NFC, ///< The NFC (Near-field communication) service 68 Service_NFC, ///< The NFC (Near-field communication) service
68 Service_NFP, ///< The NFP service 69 Service_NFP, ///< The NFP service