diff options
| author | bunnei <bunneidev@gmail.com> | 2018-02-04 22:26:44 -0500 |
|---|---|---|
| committer | bunnei <bunneidev@gmail.com> | 2018-02-04 22:26:44 -0500 |
| commit | 8a5833f7ad757f3c9c9051632aa05c99ca4543fa (patch) | |
| tree | a6a0163dde6a08ddbf506a23c2562ea4357426bc /src/core/hle/service/vi/vi_m.cpp | |
| parent | 119f02a439b0e5b20f9176ba0df4d12857b50ffa (diff) | |
logger: Add VI service logging category.
Diffstat (limited to 'src/core/hle/service/vi/vi_m.cpp')
| -rw-r--r-- | src/core/hle/service/vi/vi_m.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/vi/vi_m.cpp b/src/core/hle/service/vi/vi_m.cpp index bb440cadb..5d99647dc 100644 --- a/src/core/hle/service/vi/vi_m.cpp +++ b/src/core/hle/service/vi/vi_m.cpp @@ -11,7 +11,7 @@ namespace Service { namespace VI { void VI_M::GetDisplayService(Kernel::HLERequestContext& ctx) { - LOG_WARNING(Service, "(STUBBED) called"); + LOG_WARNING(Service_VI, "(STUBBED) called"); IPC::ResponseBuilder rb{ctx, 2, 0, 1}; rb.Push(RESULT_SUCCESS); |
