mirror of
https://github.com/PabloMK7/citra
synced 2024-11-15 05:08:23 +00:00
Merge pull request #3606 from valentinvanelslande/citrace-fmt
CiTrace: Migrate logging macros
This commit is contained in:
commit
2624b21500
1 changed files with 1 additions and 1 deletions
|
@ -159,7 +159,7 @@ void Recorder::Finish(const std::string& filename) {
|
|||
throw "Failed to write stream element";
|
||||
}
|
||||
} catch (const char* str) {
|
||||
LOG_ERROR(HW_GPU, "Writing CiTrace file failed: %s", str);
|
||||
NGLOG_ERROR(HW_GPU, "Writing CiTrace file failed: {}", str);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue