summaryrefslogtreecommitdiff
path: root/bench
diff options
context:
space:
mode:
authorAlex Gorrod <alexg@wiredtiger.com>2014-05-08 14:35:40 +1000
committerAlex Gorrod <alexg@wiredtiger.com>2014-05-08 14:35:40 +1000
commitcbefd9df7fc8210d061c166e6a70ec8389d5edde (patch)
tree182bd8b73f3c1075001edede4ce1aa3139821a5a /bench
parentf00d326480d33d617e5e7df3ee5d795a676af1bc (diff)
downloadmongo-cbefd9df7fc8210d061c166e6a70ec8389d5edde.tar.gz
Don't use WiredTiger verbose messages in wtperf.
Diffstat (limited to 'bench')
-rw-r--r--bench/wtperf/wtperf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bench/wtperf/wtperf.c b/bench/wtperf/wtperf.c
index 03e5a0b208b..68742505d98 100644
--- a/bench/wtperf/wtperf.c
+++ b/bench/wtperf/wtperf.c
@@ -61,7 +61,7 @@ static const CONFIG default_cfg = {
#undef OPT_DEFINE_DEFAULT
};
-static const char * const debug_cconfig = "verbose=[lsm]";
+static const char * const debug_cconfig = "";
static const char * const debug_tconfig = "";
/*