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 ad9edbcdf..bcdb69321 100644 --- a/src/common/logging/backend.cpp +++ b/src/common/logging/backend.cpp | |||
| @@ -176,6 +176,7 @@ void FileBackend::Write(const Entry& entry) { | |||
| 176 | SUB(Service, LDN) \ | 176 | SUB(Service, LDN) \ |
| 177 | SUB(Service, LM) \ | 177 | SUB(Service, LM) \ |
| 178 | SUB(Service, MM) \ | 178 | SUB(Service, MM) \ |
| 179 | SUB(Service, NFC) \ | ||
| 179 | SUB(Service, NFP) \ | 180 | SUB(Service, NFP) \ |
| 180 | SUB(Service, NIFM) \ | 181 | SUB(Service, NIFM) \ |
| 181 | SUB(Service, NS) \ | 182 | SUB(Service, NS) \ |
diff --git a/src/common/logging/log.h b/src/common/logging/log.h index ad3cbf5d1..3a61c7531 100644 --- a/src/common/logging/log.h +++ b/src/common/logging/log.h | |||
| @@ -63,6 +63,7 @@ enum class Class : ClassType { | |||
| 63 | Service_LDN, ///< The LDN (Local domain network) service | 63 | Service_LDN, ///< The LDN (Local domain network) service |
| 64 | Service_LM, ///< The LM (Logger) service | 64 | Service_LM, ///< The LM (Logger) service |
| 65 | Service_MM, ///< The MM (Multimedia) service | 65 | Service_MM, ///< The MM (Multimedia) service |
| 66 | Service_NFC, ///< The NFC (Near-field communication) service | ||
| 66 | Service_NFP, ///< The NFP service | 67 | Service_NFP, ///< The NFP service |
| 67 | Service_NIFM, ///< The NIFM (Network interface) service | 68 | Service_NIFM, ///< The NIFM (Network interface) service |
| 68 | Service_NS, ///< The NS services | 69 | Service_NS, ///< The NS services |