summaryrefslogtreecommitdiff
path: root/src/common/logging/log.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2017-10-14 22:18:42 -0400
committerbunnei <bunneidev@gmail.com>2017-10-14 22:18:42 -0400
commit960a1416de3780e91855d9389c4534acf8c061df (patch)
tree6b373fed639eb39098ba33e6247893919005a2c8 /src/common/logging/log.h
parent12c7469d813b8122d0cb7008dbaa96f5c9b75f97 (diff)
hle: Initial implementation of NX service framework and IPC.
Diffstat (limited to 'src/common/logging/log.h')
-rw-r--r--src/common/logging/log.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/logging/log.h b/src/common/logging/log.h
index 2ebd8911c..8e4601d6c 100644
--- a/src/common/logging/log.h
+++ b/src/common/logging/log.h
@@ -49,7 +49,7 @@ enum class Class : ClassType {
Kernel_SVC, ///< Kernel system calls
Service, ///< HLE implementation of system services. Each major service
/// should have its own subclass.
- Service_SRV, ///< The SRV (Service Directory) implementation
+ Service_SM, ///< The SRV (Service Directory) implementation
Service_FS, ///< The FS (Filesystem) service implementation
Service_GSP, ///< The GSP (GPU control) service
Service_CFG, ///< The CFG (Configuration) service