aboutsummaryrefslogtreecommitdiff
path: root/c/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'c/util.h')
-rw-r--r--c/util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/util.h b/c/util.h
index eb2b2f8..da77ff9 100644
--- a/c/util.h
+++ b/c/util.h
@@ -15,7 +15,7 @@
std::set_terminate([]() noexcept \
{ \
ShowException( \
- L"Episode Browser was terminated due to an error: %s", \
+ L"Episode Browser was terminated due to an error while %s: %s", \
L"Fatal Error", MB_ICONERROR); \
_Exit(1); \
})