diff options
author | bunnei <bunneidev@gmail.com> | 2016-03-14 15:51:13 -0400 |
---|---|---|
committer | bunnei <bunneidev@gmail.com> | 2016-03-14 15:51:13 -0400 |
commit | 62b105b69523456c52b58a1992d465a0ea6682e5 (patch) | |
tree | 091058af51d0edc57650bd72b2dca54b0703fde2 /src/common/logging/backend.cpp | |
parent | a2024d749790f94979ad1f7a02363ab53f7de518 (diff) | |
parent | dd0b8047eb8985ff398fd6e5e4fa11d1ea111e23 (diff) |
Merge pull request #1409 from JamePeng/Reorganize-NDM
Reorganize the ndm service path for implement dummy function
Diffstat (limited to 'src/common/logging/backend.cpp')
-rw-r--r-- | src/common/logging/backend.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/logging/backend.cpp b/src/common/logging/backend.cpp index 54291429a..4c86151ab 100644 --- a/src/common/logging/backend.cpp +++ b/src/common/logging/backend.cpp @@ -42,6 +42,7 @@ namespace Log { SUB(Service, AM) \ SUB(Service, PTM) \ SUB(Service, LDR) \ + SUB(Service, NDM) \ SUB(Service, NIM) \ SUB(Service, NWM) \ SUB(Service, CAM) \ |