summaryrefslogtreecommitdiff
path: root/src/third_party/s2
diff options
context:
space:
mode:
authorAndreas Nilsson <andreas.nilsson@mongodb.com>2016-07-07 09:02:09 -0400
committerAndreas Nilsson <andreas.nilsson@mongodb.com>2016-07-07 16:39:52 -0400
commit744750da3a7173def0c37025e6d21f2c358363b5 (patch)
tree5650b08801e2ad92ff197e265608c5e23e7ef041 /src/third_party/s2
parent5aa7c8a0b64bcd7e6781d335e6c786483fadee8e (diff)
downloadmongo-744750da3a7173def0c37025e6d21f2c358363b5.tar.gz
SERVER-24523 Include file and line numbers in assertions
Diffstat (limited to 'src/third_party/s2')
-rwxr-xr-xsrc/third_party/s2/base/logging.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/third_party/s2/base/logging.cc b/src/third_party/s2/base/logging.cc
index cc5243a27b8..503037c89e7 100755
--- a/src/third_party/s2/base/logging.cc
+++ b/src/third_party/s2/base/logging.cc
@@ -40,5 +40,5 @@ LogMessageFatal::LogMessageFatal(const char* file, int line) :
LogMessageFatal::~LogMessageFatal() {
_lsb.~LogstreamBuilder();
- mongo::fassertFailed(0);
+ fassertFailed(40048);
}