summaryrefslogtreecommitdiff
path: root/src/mongo/util/log.h
diff options
context:
space:
mode:
authorAndrew Morrow <acm@mongodb.com>2015-10-09 14:46:48 -0400
committerAndrew Morrow <acm@mongodb.com>2015-10-27 08:05:31 -0400
commit17a0b2a3be87fb1a1a86db2ee0bf1871e4b8d6fc (patch)
tree08a3d8696b21b4fae3184220dfebef8e0ec65010 /src/mongo/util/log.h
parentd8a428ded9dd3cc47b945f7efdb26dc50b6adf47 (diff)
downloadmongo-17a0b2a3be87fb1a1a86db2ee0bf1871e4b8d6fc.tar.gz
SERVER-20538 Build a general purpose SecureAllocator
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 14fd8615469..b0f53a30b87 100644
--- a/src/mongo/util/log.h
+++ b/src/mongo/util/log.h
@@ -211,7 +211,7 @@ bool rotateLogs(bool renameFiles);
/** output the error # and error message with prefix.
handy for use as parm in uassert/massert.
*/
-std::string errnoWithPrefix(const char* prefix);
+std::string errnoWithPrefix(StringData prefix);
extern Tee* const warnings; // Things put here go in serverStatus
extern Tee* const startupWarningsLog; // Things put here get reported in MMS