Also log perf with quiet

This commit is contained in:
Thomas Krijnen
2022-01-09 15:21:16 +01:00
parent a3dc477921
commit acd9250028
+1 -1
View File
@@ -1185,7 +1185,7 @@ int main(int argc, char** argv) {
successful = false;
}
if (!quiet && Logger::Verbosity() == Logger::LOG_PERF) {
if (Logger::Verbosity() == Logger::LOG_PERF) {
Logger::PrintPerformanceStats();
}