diff options
author | Lioncash <mathew1800@gmail.com> | 2018-08-02 09:59:08 -0400 |
---|---|---|
committer | Lioncash <mathew1800@gmail.com> | 2018-08-02 10:09:45 -0400 |
commit | 7469e26e5e1a224aaeee4eccc86079c82f9c326d (patch) | |
tree | 55b3441d54a431fcb454a12ec17173ba882918ba /src/common/logging/backend.cpp | |
parent | a03c644aed943397f7a4e44715a167e0471b6262 (diff) |
service: Add migration services
Adds the basic skeleton for the mig:usr service based off information
provided by Switch Brew.
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 d6714587ce..ecb265a476 100644 --- a/src/common/logging/backend.cpp +++ b/src/common/logging/backend.cpp @@ -180,6 +180,7 @@ void FileBackend::Write(const Entry& entry) { SUB(Service, LBL) \ SUB(Service, LDN) \ SUB(Service, LM) \ + SUB(Service, Migration) \ SUB(Service, Mii) \ SUB(Service, MM) \ SUB(Service, NCM) \ |