diff options
| -rw-r--r-- | src/yuzu_tester/yuzu.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/yuzu_tester/yuzu.cpp b/src/yuzu_tester/yuzu.cpp index 713d7770b..0ee97aa54 100644 --- a/src/yuzu_tester/yuzu.cpp +++ b/src/yuzu_tester/yuzu.cpp | |||
| @@ -225,7 +225,7 @@ int main(int argc, char** argv) { | |||
| 225 | 225 | ||
| 226 | switch (load_result) { | 226 | switch (load_result) { |
| 227 | case Core::System::ResultStatus::ErrorGetLoader: | 227 | case Core::System::ResultStatus::ErrorGetLoader: |
| 228 | LOG_CRITICAL(Frontend, "Failed to obtain loader for %s!", filepath.c_str()); | 228 | LOG_CRITICAL(Frontend, "Failed to obtain loader for {}!", filepath); |
| 229 | return -1; | 229 | return -1; |
| 230 | case Core::System::ResultStatus::ErrorLoader: | 230 | case Core::System::ResultStatus::ErrorLoader: |
| 231 | LOG_CRITICAL(Frontend, "Failed to load ROM!"); | 231 | LOG_CRITICAL(Frontend, "Failed to load ROM!"); |