diff --git a/modules/console.cc b/modules/console.cc index 8135e6d44..688293637 100644 --- a/modules/console.cc +++ b/modules/console.cc @@ -4299,6 +4299,7 @@ try _print_sst_info_header(out); _print_sst_info(out, total); + out << "--- " << vector.size() << " files." << std::endl; }}; if(colname == "*")