From 17a0b2a3be87fb1a1a86db2ee0bf1871e4b8d6fc Mon Sep 17 00:00:00 2001 From: Andrew Morrow Date: Fri, 9 Oct 2015 14:46:48 -0400 Subject: SERVER-20538 Build a general purpose SecureAllocator --- src/mongo/util/log.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mongo/util/log.h') 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 -- cgit v1.2.1