summaryrefslogtreecommitdiff
path: root/src/mongo/util/log.h
diff options
context:
space:
mode:
authorMathias Stearn <mathias@10gen.com>2012-10-11 15:20:54 -0400
committerMathias Stearn <mathias@10gen.com>2012-11-05 13:03:03 -0500
commitd5390644810ab9a79146b62a02e46f2854cc340b (patch)
tree43a4c85226550bcfb92b9eb147d67d9c20df35c2 /src/mongo/util/log.h
parentbb98b9b6795889c6e3369dd54341aba3503c5863 (diff)
downloadmongo-d5390644810ab9a79146b62a02e46f2854cc340b.tar.gz
SERVER-7335 Warn if readahead is set to > 256KB
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 b24b079f151..8e9c52eca68 100644
--- a/src/mongo/util/log.h
+++ b/src/mongo/util/log.h
@@ -439,7 +439,7 @@ namespace mongo {
};
extern Tee* const warnings; // Things put here go in serverStatus
- extern Tee* startupWarningsLog;
+ extern Tee* const startupWarningsLog; // Things put here get reported in MMS
string errnoWithDescription(int errorcode = -1);
void rawOut( const string &s );