diff options
| author | David Marcec <dmarcecguzman@gmail.com> | 2018-04-26 20:03:12 -0700 |
|---|---|---|
| committer | David Marcec <dmarcecguzman@gmail.com> | 2018-04-26 20:03:12 -0700 |
| commit | abc23416e8f2a0963a5ddff021788cae7f00dd62 (patch) | |
| tree | 5bf36e44e7e264e03210a06a04e2cb64378045d6 /src/core/hle/service/prepo | |
| parent | 7391741a204d6f25a06132eda214b2199b60a084 (diff) | |
Switched to NGLOG_WARNING
Diffstat (limited to 'src/core/hle/service/prepo')
| -rw-r--r-- | src/core/hle/service/prepo/prepo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/prepo/prepo.cpp b/src/core/hle/service/prepo/prepo.cpp index 3c43b8d8c..eaf30ee6b 100644 --- a/src/core/hle/service/prepo/prepo.cpp +++ b/src/core/hle/service/prepo/prepo.cpp @@ -27,7 +27,7 @@ PlayReport::PlayReport(const char* name) : ServiceFramework(name) { void PlayReport::SaveReportWithUser(Kernel::HLERequestContext& ctx) { // TODO(ogniK): Do we want to add play report? - LOG_WARNING(Service_PREPO, "(STUBBED) called"); + NGLOG_WARNING(Service_PREPO, "(STUBBED) called"); IPC::ResponseBuilder rb{ctx, 2}; rb.Push(RESULT_SUCCESS); |
