summaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
Diffstat (limited to 'src/common')
-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 55de535c0..b8f7f473d 100644
--- a/src/common/logging/backend.cpp
+++ b/src/common/logging/backend.cpp
@@ -185,6 +185,7 @@ void FileBackend::Write(const Entry& entry) {
185 SUB(Service, NIFM) \ 185 SUB(Service, NIFM) \
186 SUB(Service, NS) \ 186 SUB(Service, NS) \
187 SUB(Service, NVDRV) \ 187 SUB(Service, NVDRV) \
188 SUB(Service, PCIE) \
188 SUB(Service, PCTL) \ 189 SUB(Service, PCTL) \
189 SUB(Service, PREPO) \ 190 SUB(Service, PREPO) \
190 SUB(Service, SET) \ 191 SUB(Service, SET) \
diff --git a/src/common/logging/log.h b/src/common/logging/log.h
index e8d98de99..e770f660b 100644
--- a/src/common/logging/log.h
+++ b/src/common/logging/log.h
@@ -72,6 +72,7 @@ enum class Class : ClassType {
72 Service_NIFM, ///< The NIFM (Network interface) service 72 Service_NIFM, ///< The NIFM (Network interface) service
73 Service_NS, ///< The NS services 73 Service_NS, ///< The NS services
74 Service_NVDRV, ///< The NVDRV (Nvidia driver) service 74 Service_NVDRV, ///< The NVDRV (Nvidia driver) service
75 Service_PCIE, ///< The PCIe service
75 Service_PCTL, ///< The PCTL (Parental control) service 76 Service_PCTL, ///< The PCTL (Parental control) service
76 Service_PREPO, ///< The PREPO (Play report) service 77 Service_PREPO, ///< The PREPO (Play report) service
77 Service_SET, ///< The SET (Settings) service 78 Service_SET, ///< The SET (Settings) service