commit | f6991e1a61623bec74129f6db49bb7919587c46b | [log] [tgz] |
---|---|---|
author | Davide Pesavento <davide.pesavento@lip6.fr> | Mon Jan 08 20:58:50 2018 -0500 |
committer | Davide Pesavento <davide.pesavento@lip6.fr> | Tue Jan 09 15:32:50 2018 -0500 |
tree | 5f57ca4a5f819eb10c5e36b640f79d02d2906b0c | |
parent | 3dae1090cf7d33ba0c84cef711c16105e3235299 [diff] [blame] |
chunks: print summary by default Introduce -q/--quiet option to suppress all output. Change-Id: Ib529849cb1ca8975d11ce6689e2d88708291d1c4 Refs: #4421
diff --git a/tools/chunks/catchunks/pipeline-interests-aimd.cpp b/tools/chunks/catchunks/pipeline-interests-aimd.cpp index fceb90b..bf530ff 100644 --- a/tools/chunks/catchunks/pipeline-interests-aimd.cpp +++ b/tools/chunks/catchunks/pipeline-interests-aimd.cpp
@@ -292,7 +292,7 @@ if (m_hasFinalBlockId && static_cast<uint64_t>(m_nReceived - 1) >= m_lastSegmentNo) { // all segments have been received cancel(); - if (m_options.isVerbose) { + if (!m_options.isQuiet) { printSummary(); } }