diff --git a/loader/src/platform/mac/crashlog.mm b/loader/src/platform/mac/crashlog.mm index d717d337..dc5434dc 100644 --- a/loader/src/platform/mac/crashlog.mm +++ b/loader/src/platform/mac/crashlog.mm @@ -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 \ No newline at end of file +#endif