mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-26 17:36:05 -05:00
Update crashlog.mm
This commit is contained in:
parent
0b2cfcce00
commit
e639ff3182
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue