summaryrefslogtreecommitdiff
path: root/src/mongo/util/log.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/util/log.h')
-rw-r--r--src/mongo/util/log.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/util/log.h b/src/mongo/util/log.h
index bca7c87a33a..68a16c34493 100644
--- a/src/mongo/util/log.h
+++ b/src/mongo/util/log.h
@@ -236,7 +236,7 @@ extern Tee* const startupWarningsLog; // Things put here get reported in MMS
/**
* Write the current context (backtrace), along with the optional "msg".
*/
-void logContext(const char* msg = NULL);
+void logContext(const char* msg = nullptr);
/**
* Turns the global log manager into a plain console logger (no adornments).