Reduce verbosity.

This commit is contained in:
Gav Wood 2014-12-12 13:35:05 +01:00
parent 98722ae8e8
commit c9ccbe2562

View File

@ -32,7 +32,8 @@ BOOST_AUTO_TEST_SUITE(whisper)
BOOST_AUTO_TEST_CASE(topic)
{
g_logVerbosity = 20;
cnote << "Testing Whisper...";
g_logVerbosity = 0;
bool started = false;
unsigned result = 0;