diff options
Diffstat (limited to 'src/core/hle/service/service.cpp')
| -rw-r--r-- | src/core/hle/service/service.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/service.cpp b/src/core/hle/service/service.cpp index 34d691b90..94de21ae1 100644 --- a/src/core/hle/service/service.cpp +++ b/src/core/hle/service/service.cpp | |||
| @@ -154,7 +154,7 @@ ResultCode ServiceFrameworkBase::HandleSyncRequest(Kernel::HLERequestContext& co | |||
| 154 | break; | 154 | break; |
| 155 | } | 155 | } |
| 156 | default: | 156 | default: |
| 157 | UNIMPLEMENTED_MSG("command_type=%d", static_cast<int>(context.GetCommandType())); | 157 | UNIMPLEMENTED_MSG("command_type={}", static_cast<int>(context.GetCommandType())); |
| 158 | } | 158 | } |
| 159 | 159 | ||
| 160 | context.WriteToOutgoingCommandBuffer(*Kernel::GetCurrentThread()); | 160 | context.WriteToOutgoingCommandBuffer(*Kernel::GetCurrentThread()); |