summaryrefslogtreecommitdiff
path: root/src/mongo/unittest/death_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/unittest/death_test.cpp')
-rw-r--r--src/mongo/unittest/death_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/unittest/death_test.cpp b/src/mongo/unittest/death_test.cpp
index 962a82649cf..5a41fbb41c0 100644
--- a/src/mongo/unittest/death_test.cpp
+++ b/src/mongo/unittest/death_test.cpp
@@ -54,7 +54,7 @@
do { \
if (-1 == (EXPR)) { \
const int err = errno; \
- LOGV2_FATAL(24138, \
+ LOGV2_ERROR(24138, \
"{expr} failed: {errno}", \
"expr"_attr = #EXPR, \
"errno"_attr = errnoWithDescription(err)); \