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 3a9a15a36..7f3ae1a4e 100644
--- a/src/common/logging/backend.cpp
+++ b/src/common/logging/backend.cpp
@@ -37,6 +37,7 @@ namespace Log {
37 SUB(Service, AM) \ 37 SUB(Service, AM) \
38 SUB(Service, AOC) \ 38 SUB(Service, AOC) \
39 SUB(Service, APM) \ 39 SUB(Service, APM) \
40 SUB(Service, Friend) \
40 SUB(Service, FS) \ 41 SUB(Service, FS) \
41 SUB(Service, HID) \ 42 SUB(Service, HID) \
42 SUB(Service, LM) \ 43 SUB(Service, LM) \
diff --git a/src/common/logging/log.h b/src/common/logging/log.h
index 498569c5c..3cf13fcb0 100644
--- a/src/common/logging/log.h
+++ b/src/common/logging/log.h
@@ -54,6 +54,7 @@ enum class Class : ClassType {
54 Service_AOC, ///< The AOC (AddOn Content) service 54 Service_AOC, ///< The AOC (AddOn Content) service
55 Service_APM, ///< The APM (Performance) service 55 Service_APM, ///< The APM (Performance) service
56 Service_Audio, ///< The Audio (Audio control) service 56 Service_Audio, ///< The Audio (Audio control) service
57 Service_Friend, ///< The friend service
57 Service_FS, ///< The FS (Filesystem) service 58 Service_FS, ///< The FS (Filesystem) service
58 Service_HID, ///< The HID (Human interface device) service 59 Service_HID, ///< The HID (Human interface device) service
59 Service_LM, ///< The LM (Logger) service 60 Service_LM, ///< The LM (Logger) service