summaryrefslogtreecommitdiff
path: root/src/mongo/db/curop.h
diff options
context:
space:
mode:
authorKevin Pulo <kevin.pulo@mongodb.com>2018-02-01 05:32:30 +0000
committerKevin Pulo <kevin.pulo@mongodb.com>2018-02-01 05:32:30 +0000
commit4ec29b020efe0909b561b671f4f4cd202a4d8bab (patch)
tree86ff0390c8012332ea3f77ed00e6e1d9682b29e3 /src/mongo/db/curop.h
parent0acb8be92a5af1ee844d389b67a6d4b4bd387b9c (diff)
downloadmongo-4ec29b020efe0909b561b671f4f4cd202a4d8bab.tar.gz
SERVER-18971 log command success/failure
Diffstat (limited to 'src/mongo/db/curop.h')
-rw-r--r--src/mongo/db/curop.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mongo/db/curop.h b/src/mongo/db/curop.h
index da08fa41b20..046516aaed2 100644
--- a/src/mongo/db/curop.h
+++ b/src/mongo/db/curop.h
@@ -120,8 +120,8 @@ public:
BSONObj execStats; // Owned here.
- // error handling
- Status exceptionInfo = Status::OK();
+ // Details of any error (whether from an exception or a command returning failure).
+ Status errInfo = Status::OK();
// response info
long long executionTimeMicros{0};