diff options
author | bunnei <bunneidev@gmail.com> | 2018-02-04 22:59:52 -0500 |
---|---|---|
committer | bunnei <bunneidev@gmail.com> | 2018-02-04 22:59:52 -0500 |
commit | 8e1dbb26bd50ad5c2d6b17f89d53198d42a7d800 (patch) | |
tree | db9e3e91cc5981cc1c017cf6eb6c04bfd7ba23a6 /src/common/logging/log.h | |
parent | c689fe84244868542bf557b2ca3fe1da63f2a6da (diff) |
logger: Add Time service logging category.
Diffstat (limited to 'src/common/logging/log.h')
-rw-r--r-- | src/common/logging/log.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/logging/log.h b/src/common/logging/log.h index f7336cea8d..0d79b84988 100644 --- a/src/common/logging/log.h +++ b/src/common/logging/log.h @@ -61,6 +61,7 @@ enum class Class : ClassType { Service_PCTL, ///< The PCTL (Parental control) service Service_SET, ///< The SET (Settings) service Service_SM, ///< The SM (Service manager) service + Service_Time, ///< The time service Service_VI, ///< The VI (Video interface) service HW, ///< Low-level hardware emulation HW_Memory, ///< Memory-map and address translation |