aboutsummaryrefslogtreecommitdiff
path: root/src/common/logging/backend.cpp
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2018-03-29 21:06:51 -0400
committerbunnei <bunneidev@gmail.com>2018-03-29 21:22:44 -0400
commitdeaf6f9e357ac9e5d9465af42578f82a1d97ab20 (patch)
treefebebd0a6b1f37aeb0236435fde4ee47b9250cff /src/common/logging/backend.cpp
parentcf643df792781364e5647d6398745268e4c40f9a (diff)
service: Add NFP module interface.
service: Initialize NFP service. Log: Add NFP service as a log subtype.
Diffstat (limited to 'src/common/logging/backend.cpp')
-rw-r--r--src/common/logging/backend.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/logging/backend.cpp b/src/common/logging/backend.cpp
index 9bfac5e7f2..a763f4abf1 100644
--- a/src/common/logging/backend.cpp
+++ b/src/common/logging/backend.cpp
@@ -42,6 +42,7 @@ namespace Log {
SUB(Service, FS) \
SUB(Service, HID) \
SUB(Service, LM) \
+ SUB(Service, NFP) \
SUB(Service, NIFM) \
SUB(Service, NS) \
SUB(Service, NVDRV) \