summaryrefslogtreecommitdiff
path: root/cpp/src
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src')
-rw-r--r--cpp/src/tests/ForkedBroker.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/tests/ForkedBroker.h b/cpp/src/tests/ForkedBroker.h
index fed203ebb1..bf9e9265c4 100644
--- a/cpp/src/tests/ForkedBroker.h
+++ b/cpp/src/tests/ForkedBroker.h
@@ -108,6 +108,7 @@ class ForkedBroker {
std::vector<const char*> args2(args);
args2.push_back("--port=0");
args2.push_back("--mgmt-enable=no"); // TODO aconway 2008-07-16: why does mgmt cause problems?
+ args2.push_back("--log-enable=error+"); // Keep quiet except for errors.
args2.push_back(0);
execv(prog, const_cast<char* const*>(&args2[0]));
throw ErrnoException("execv failed");