diff options
Diffstat (limited to 'mainthread.cpp')
| -rw-r--r-- | mainthread.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mainthread.cpp b/mainthread.cpp index dd503cae..6a0f1321 100644 --- a/mainthread.cpp +++ b/mainthread.cpp @@ -64,7 +64,7 @@ static void ExecuteAction(void* ctxt) } catch (const std::exception& e) { - LogError("Exception in main thread handler: %s", e.what()); + LogErrorForException(e, "Exception in main thread handler: %s", e.what()); fprintf(stderr, "Exception in main thread handler: %s\n", e.what()); abort(); } |
