aboutsummaryrefslogtreecommitdiffstats
path: root/common/router1.cc
diff options
context:
space:
mode:
Diffstat (limited to 'common/router1.cc')
-rw-r--r--common/router1.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/router1.cc b/common/router1.cc
index 8664819f..dae8d8cb 100644
--- a/common/router1.cc
+++ b/common/router1.cc
@@ -815,7 +815,7 @@ bool router1(Context *ctx)
ctx->check();
ctx->unlock();
#endif
- log_info("estimated Fmax = %.2f MHz\n", compute_fmax(ctx) / 1e6);
+ compute_fmax(ctx, true /* print_fmax */, true /* print_path */);
return true;
} catch (log_execution_error_exception) {
#ifndef NDEBUG