diff options
Diffstat (limited to 'src/common')
| -rw-r--r-- | src/common/logging/backend.cpp | 1 | ||||
| -rw-r--r-- | src/common/logging/log.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/common/logging/backend.cpp b/src/common/logging/backend.cpp index 21a9ae8d0..d186ba8f8 100644 --- a/src/common/logging/backend.cpp +++ b/src/common/logging/backend.cpp | |||
| @@ -44,6 +44,7 @@ namespace Log { | |||
| 44 | SUB(Service, LDR) \ | 44 | SUB(Service, LDR) \ |
| 45 | SUB(Service, NIM) \ | 45 | SUB(Service, NIM) \ |
| 46 | SUB(Service, NWM) \ | 46 | SUB(Service, NWM) \ |
| 47 | SUB(Service, CAM) \ | ||
| 47 | SUB(Service, CFG) \ | 48 | SUB(Service, CFG) \ |
| 48 | SUB(Service, DSP) \ | 49 | SUB(Service, DSP) \ |
| 49 | SUB(Service, HID) \ | 50 | SUB(Service, HID) \ |
diff --git a/src/common/logging/log.h b/src/common/logging/log.h index 43f0c59e4..2d9323a7b 100644 --- a/src/common/logging/log.h +++ b/src/common/logging/log.h | |||
| @@ -59,6 +59,7 @@ enum class Class : ClassType { | |||
| 59 | Service_LDR, ///< The LDR (3ds dll loader) service | 59 | Service_LDR, ///< The LDR (3ds dll loader) service |
| 60 | Service_NIM, ///< The NIM (Network interface manager) service | 60 | Service_NIM, ///< The NIM (Network interface manager) service |
| 61 | Service_NWM, ///< The NWM (Network wlan manager) service | 61 | Service_NWM, ///< The NWM (Network wlan manager) service |
| 62 | Service_CAM, ///< The CAM (Camera) service | ||
| 62 | Service_CFG, ///< The CFG (Configuration) service | 63 | Service_CFG, ///< The CFG (Configuration) service |
| 63 | Service_DSP, ///< The DSP (DSP control) service | 64 | Service_DSP, ///< The DSP (DSP control) service |
| 64 | Service_HID, ///< The HID (Human interface device) service | 65 | Service_HID, ///< The HID (Human interface device) service |