summaryrefslogtreecommitdiff
path: root/stdafx.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'stdafx.cpp')
-rw-r--r--stdafx.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/stdafx.cpp b/stdafx.cpp
index 5fb9dcded68..f37f5a0ea7a 100644
--- a/stdafx.cpp
+++ b/stdafx.cpp
@@ -54,6 +54,6 @@ void uasserted(const char *msg) {
}
void msgasserted(const char *msg) {
- cout << "Assertion: " << msg << '\n';
- throw AssertionException();
+ log() << "Assertion: " << msg << '\n';
+ throw MsgAssertionException(msg);
}