diff options
author | Cheahuychou Mao <cheahuychou.mao@mongodb.com> | 2020-03-24 17:39:15 -0400 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2020-03-27 22:39:04 +0000 |
commit | 2abab48428af3ba6e1dd9a911f2aa34c77ecb891 (patch) | |
tree | d3ed14843579a198c8871ce27b6f5e9637c8c271 /src/mongo/util/fail_point_test.cpp | |
parent | 86daed7acfc1a2adf97bf7d7b2ae009d7b52df24 (diff) | |
download | mongo-2abab48428af3ba6e1dd9a911f2aa34c77ecb891.tar.gz |
SERVER-47076 Clean up log lines in mongo/util
Diffstat (limited to 'src/mongo/util/fail_point_test.cpp')
-rw-r--r-- | src/mongo/util/fail_point_test.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mongo/util/fail_point_test.cpp b/src/mongo/util/fail_point_test.cpp index 1687d3bf6c9..96e4cba6be2 100644 --- a/src/mongo/util/fail_point_test.cpp +++ b/src/mongo/util/fail_point_test.cpp @@ -180,6 +180,7 @@ private: using namespace mongo::literals; LOGV2_ERROR(24129, "blockTask thread detected anomaly - data: {data}", + "blockTask thread detected anomaly", "data"_attr = data); ASSERT(false); } @@ -199,6 +200,7 @@ private: using namespace mongo::literals; LOGV2_ERROR(24130, "blockWithExceptionTask thread detected anomaly - data: {data}", + "blockWithExceptionTask thread detected anomaly", "data"_attr = data); ASSERT(false); } |