mirror of
https://github.com/geode-sdk/geode.git
synced 2025-02-18 09:10:17 -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();
|
||||
|
|
Loading…
Reference in a new issue