Update crashlog.mm

This commit is contained in:
alk 2023-08-22 16:09:43 +03:00 committed by GitHub
parent 0b2cfcce00
commit e639ff3182
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -330,7 +330,7 @@ static void handlerThread() {
auto text = crashlog::writeCrashlog(faultyMod, getInfo(signalAddress, faultyMod), getStacktrace(), getRegisters());
log::error("Geode crashed!\n{}" + text);
log::error("Geode crashed!\n{}", text);
s_signal = 0;
s_cv.notify_all();
@ -375,4 +375,4 @@ ghc::filesystem::path crashlog::getCrashLogDirectory() {
}
#endif
#endif