diff options
author | bunnei <bunneidev@gmail.com> | 2015-02-23 01:23:15 -0500 |
---|---|---|
committer | bunnei <bunneidev@gmail.com> | 2015-02-23 01:23:15 -0500 |
commit | 50a0c4f14fc0c6df4db63a5593c6ff477736034c (patch) | |
tree | 3ec4860e931eb307faf6cdd06504a82baad95e00 /src/common/logging/log.h | |
parent | 131454ab3e89e27870e1add831677247c335ad45 (diff) | |
parent | 0420a4d1de2919dce2eb3594e0d0c9984c63737a (diff) |
Merge pull request #581 from archshift/tfe
Added information reporting from ThrowFatalError
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 6c5ca3968..7b67b3c07 100644 --- a/src/common/logging/log.h +++ b/src/common/logging/log.h @@ -53,6 +53,7 @@ enum class Class : ClassType { /// should have its own subclass. Service_SRV, ///< The SRV (Service Directory) implementation Service_FS, ///< The FS (Filesystem) service implementation + Service_ERR, ///< The ERR (Error) port implementation Service_APT, ///< The APT (Applets) service Service_GSP, ///< The GSP (GPU control) service Service_AC, ///< The AC (WiFi status) service |