summaryrefslogtreecommitdiff
path: root/stdafx.cpp
diff options
context:
space:
mode:
authorDwight <dmerriman@gmail.com>2008-07-09 16:29:58 -0400
committerDwight <dmerriman@gmail.com>2008-07-09 16:29:58 -0400
commit017d3126bc6d701ef8662e806b8a0015e6f8b777 (patch)
tree7f3c554f745c2034d334f4c0dd95463bada1dcad /stdafx.cpp
parent7bb172c2af1c71c174c04d10feb30155667d506c (diff)
downloadmongo-017d3126bc6d701ef8662e806b8a0015e6f8b777.tar.gz
logging wasnt' threadsafe
Diffstat (limited to 'stdafx.cpp')
-rw-r--r--stdafx.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/stdafx.cpp b/stdafx.cpp
index 35a718e2b66..aa22e5e1b73 100644
--- a/stdafx.cpp
+++ b/stdafx.cpp
@@ -22,9 +22,6 @@ void sayDbContext(const char *p = 0);
void wasserted(const char *msg, const char *file, unsigned line) {
problem() << "Assertion failure " << msg << ' ' << file << ' ' << line << endl;
- cout << "Assertion failure " << msg << endl;
- cout << ' ' << file << ' ';
- cout << line << endl;
sayDbContext();
}