summaryrefslogtreecommitdiff
path: root/stdafx.cpp
diff options
context:
space:
mode:
authorDwight <dmerriman@gmail.com>2008-09-11 15:13:47 -0400
committerDwight <dmerriman@gmail.com>2008-09-11 15:13:47 -0400
commitf56113d7367535eaf7994d7954bdfb5e8fc93dcb (patch)
tree2efe10e1676f5b68cbdbf446a61d4778969ba08f /stdafx.cpp
parent87ba097b356b8cde41a7f6b4c44505fe564209a4 (diff)
downloadmongo-f56113d7367535eaf7994d7954bdfb5e8fc93dcb.tar.gz
arbitrate
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);
}