summaryrefslogtreecommitdiff
path: root/src/common/logging
diff options
context:
space:
mode:
authorGravatar Lioncash2018-08-01 22:06:56 -0400
committerGravatar Lioncash2018-08-01 23:31:31 -0400
commit42c517132298005b3882837131cccf4d27331ed0 (patch)
tree04965a21bb8352e55069d069b362841d03e62635 /src/common/logging
parentservice: Add psc services (diff)
downloadyuzu-42c517132298005b3882837131cccf4d27331ed0.tar.gz
yuzu-42c517132298005b3882837131cccf4d27331ed0.tar.xz
yuzu-42c517132298005b3882837131cccf4d27331ed0.zip
logging/log: Remove incorrect description in PCV doc comment
PCV isn't the parental control service.
Diffstat (limited to 'src/common/logging')
-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 1763bdeaf..b5891fb15 100644
--- a/src/common/logging/log.h
+++ b/src/common/logging/log.h
@@ -77,7 +77,7 @@ enum class Class : ClassType {
77 Service_NVDRV, ///< The NVDRV (Nvidia driver) service 77 Service_NVDRV, ///< The NVDRV (Nvidia driver) service
78 Service_PCIE, ///< The PCIe service 78 Service_PCIE, ///< The PCIe service
79 Service_PCTL, ///< The PCTL (Parental control) service 79 Service_PCTL, ///< The PCTL (Parental control) service
80 Service_PCV, ///< The PCV (Parental control) service 80 Service_PCV, ///< The PCV service
81 Service_PREPO, ///< The PREPO (Play report) service 81 Service_PREPO, ///< The PREPO (Play report) service
82 Service_PSC, ///< The PSC service 82 Service_PSC, ///< The PSC service
83 Service_SET, ///< The SET (Settings) service 83 Service_SET, ///< The SET (Settings) service