aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/ns/pdm_qry.cpp
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2022-02-10 21:52:13 -0700
committerGitHub <noreply@github.com>2022-02-10 21:52:13 -0700
commitca9da569ce8d5ce8106ff69afce484d9516570a8 (patch)
treedb8f98fcfcd3d3d77f77c52b3be696c073f90f6e /src/core/hle/service/ns/pdm_qry.cpp
parent1105614b86450f64e04d0d409aa9d91883f3258c (diff)
parent3799c820ca7c5b978d47be9c5ac1318333e5d9cb (diff)
Merge pull request #7852 from Morph1984/new-uuid
common: Revise and fix the UUID implementation
Diffstat (limited to 'src/core/hle/service/ns/pdm_qry.cpp')
-rw-r--r--src/core/hle/service/ns/pdm_qry.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/ns/pdm_qry.cpp b/src/core/hle/service/ns/pdm_qry.cpp
index e2fab5c3f..36ce46353 100644
--- a/src/core/hle/service/ns/pdm_qry.cpp
+++ b/src/core/hle/service/ns/pdm_qry.cpp
@@ -59,7 +59,7 @@ void PDM_QRY::QueryPlayStatisticsByApplicationIdAndUserAccountId(Kernel::HLERequ
LOG_WARNING(Service_NS,
"(STUBBED) called. unknown={}. application_id=0x{:016X}, user_account_uid=0x{}",
- unknown, application_id, user_account_uid.Format());
+ unknown, application_id, user_account_uid.RawString());
IPC::ResponseBuilder rb{ctx, 12};
rb.Push(ResultSuccess);