diff options
Diffstat (limited to 'src/common')
| -rw-r--r-- | src/common/logging/backend.cpp | 1 | ||||
| -rw-r--r-- | src/common/logging/log.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/common/logging/backend.cpp b/src/common/logging/backend.cpp index aeb4249f8..3e31a74f2 100644 --- a/src/common/logging/backend.cpp +++ b/src/common/logging/backend.cpp | |||
| @@ -35,6 +35,7 @@ namespace Log { | |||
| 35 | SUB(Service, AM) \ | 35 | SUB(Service, AM) \ |
| 36 | SUB(Service, AOC) \ | 36 | SUB(Service, AOC) \ |
| 37 | SUB(Service, APM) \ | 37 | SUB(Service, APM) \ |
| 38 | SUB(Service, BCAT) \ | ||
| 38 | SUB(Service, Fatal) \ | 39 | SUB(Service, Fatal) \ |
| 39 | SUB(Service, Friend) \ | 40 | SUB(Service, Friend) \ |
| 40 | SUB(Service, FS) \ | 41 | SUB(Service, FS) \ |
diff --git a/src/common/logging/log.h b/src/common/logging/log.h index 48f85deac..43e572ebe 100644 --- a/src/common/logging/log.h +++ b/src/common/logging/log.h | |||
| @@ -55,6 +55,7 @@ enum class Class : ClassType { | |||
| 55 | Service_AOC, ///< The AOC (AddOn Content) service | 55 | Service_AOC, ///< The AOC (AddOn Content) service |
| 56 | Service_APM, ///< The APM (Performance) service | 56 | Service_APM, ///< The APM (Performance) service |
| 57 | Service_Audio, ///< The Audio (Audio control) service | 57 | Service_Audio, ///< The Audio (Audio control) service |
| 58 | Service_BCAT, ///< The BCAT service | ||
| 58 | Service_Fatal, ///< The Fatal service | 59 | Service_Fatal, ///< The Fatal service |
| 59 | Service_Friend, ///< The friend service | 60 | Service_Friend, ///< The friend service |
| 60 | Service_FS, ///< The FS (Filesystem) service | 61 | Service_FS, ///< The FS (Filesystem) service |