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 8274b2388..3a9a15a36 100644
--- a/src/common/logging/backend.cpp
+++ b/src/common/logging/backend.cpp
@@ -35,6 +35,7 @@ namespace Log {
35 SUB(Service, ACC) \ 35 SUB(Service, ACC) \
36 SUB(Service, Audio) \ 36 SUB(Service, Audio) \
37 SUB(Service, AM) \ 37 SUB(Service, AM) \
38 SUB(Service, AOC) \
38 SUB(Service, APM) \ 39 SUB(Service, APM) \
39 SUB(Service, FS) \ 40 SUB(Service, FS) \
40 SUB(Service, HID) \ 41 SUB(Service, HID) \
diff --git a/src/common/logging/log.h b/src/common/logging/log.h
index 69472ef1a..498569c5c 100644
--- a/src/common/logging/log.h
+++ b/src/common/logging/log.h
@@ -51,6 +51,7 @@ enum class Class : ClassType {
51 /// should have its own subclass. 51 /// should have its own subclass.
52 Service_ACC, ///< The ACC (Accounts) service 52 Service_ACC, ///< The ACC (Accounts) service
53 Service_AM, ///< The AM (Applet manager) service 53 Service_AM, ///< The AM (Applet manager) service
54 Service_AOC, ///< The AOC (AddOn Content) service
54 Service_APM, ///< The APM (Performance) service 55 Service_APM, ///< The APM (Performance) service
55 Service_Audio, ///< The Audio (Audio control) service 56 Service_Audio, ///< The Audio (Audio control) service
56 Service_FS, ///< The FS (Filesystem) service 57 Service_FS, ///< The FS (Filesystem) service