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 7d7291612..c1f0311ce 100644
--- a/src/common/logging/backend.cpp
+++ b/src/common/logging/backend.cpp
@@ -40,6 +40,7 @@ namespace Log {
40 SUB(Service, CFG) \ 40 SUB(Service, CFG) \
41 SUB(Service, DSP) \ 41 SUB(Service, DSP) \
42 SUB(Service, HID) \ 42 SUB(Service, HID) \
43 SUB(Service, NIFM) \
43 SUB(Service, NVDRV) \ 44 SUB(Service, NVDRV) \
44 SUB(Service, Audio) \ 45 SUB(Service, Audio) \
45 SUB(Service, VI) \ 46 SUB(Service, VI) \
diff --git a/src/common/logging/log.h b/src/common/logging/log.h
index 76cee71cb..bf1fe9bbc 100644
--- a/src/common/logging/log.h
+++ b/src/common/logging/log.h
@@ -57,6 +57,7 @@ enum class Class : ClassType {
57 Service_CFG, ///< The CFG (Configuration) service 57 Service_CFG, ///< The CFG (Configuration) service
58 Service_DSP, ///< The DSP (DSP control) service 58 Service_DSP, ///< The DSP (DSP control) service
59 Service_HID, ///< The HID (Human interface device) service 59 Service_HID, ///< The HID (Human interface device) service
60 Service_NIFM, ///< The NIFM (Network interface) service
60 Service_NVDRV, ///< The NVDRV (Nvidia driver) service 61 Service_NVDRV, ///< The NVDRV (Nvidia driver) service
61 Service_Audio, ///< The Audio (Audio control) service 62 Service_Audio, ///< The Audio (Audio control) service
62 Service_VI, ///< The VI (Video interface) service 63 Service_VI, ///< The VI (Video interface) service