From 7757cc1a7ffceccdcd87a77d8ea292c822fa9599 Mon Sep 17 00:00:00 2001 From: mailwl Date: Mon, 28 May 2018 16:36:38 +0300 Subject: Service/BCAT: add module and services --- src/common/logging/backend.cpp | 1 + src/common/logging/log.h | 1 + 2 files changed, 2 insertions(+) (limited to 'src/common/logging') 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 { SUB(Service, AM) \ SUB(Service, AOC) \ SUB(Service, APM) \ + SUB(Service, BCAT) \ SUB(Service, Fatal) \ SUB(Service, Friend) \ 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 { Service_AOC, ///< The AOC (AddOn Content) service Service_APM, ///< The APM (Performance) service Service_Audio, ///< The Audio (Audio control) service + Service_BCAT, ///< The BCAT service Service_Fatal, ///< The Fatal service Service_Friend, ///< The friend service Service_FS, ///< The FS (Filesystem) service -- cgit v1.2.3