diff options
author | archshift <admin@archshift.com> | 2015-02-17 15:15:04 -0800 |
---|---|---|
committer | archshift <admin@archshift.com> | 2015-02-22 12:19:30 -0800 |
commit | 0420a4d1de2919dce2eb3594e0d0c9984c63737a (patch) | |
tree | 3c98ec9b8ef86c68b8ee8a5f996b40f3854f2988 /src/common/logging/log.h | |
parent | ec8f2210e3d437b93313f2565170fde393fcaae5 (diff) |
Added information reporting from ThrowFatalError
This was RE'd from the errdisp applet.
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 6c5ca39688..7b67b3c074 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 |