summaryrefslogtreecommitdiff
path: root/src/mongo/util/log.cpp
diff options
context:
space:
mode:
authorDwight <dwight@10gen.com>2012-05-08 12:50:35 -0400
committerDwight <dwight@10gen.com>2012-05-08 12:50:35 -0400
commit4664de378f0281354067e4623ac6b395395f120c (patch)
tree6b3553a5735a5926adc6557f4c11dac3bb49e762 /src/mongo/util/log.cpp
parent822d02fb1030fda3a9ae8a79049a788d68b78897 (diff)
downloadmongo-4664de378f0281354067e4623ac6b395395f120c.tar.gz
comment
Diffstat (limited to 'src/mongo/util/log.cpp')
-rw-r--r--src/mongo/util/log.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/util/log.cpp b/src/mongo/util/log.cpp
index 6b7fd45d309..1b16a29a003 100644
--- a/src/mongo/util/log.cpp
+++ b/src/mongo/util/log.cpp
@@ -39,7 +39,7 @@ using namespace std;
namespace mongo {
int logLevel = 0;
- int tlogLevel = 0;
+ int tlogLevel = 0; // test log level. so we avoid overchattiness (somewhat) in the c++ unit tests
mongo::mutex Logstream::mutex("Logstream");
int Logstream::doneSetup = Logstream::magicNumber();