diff options
Diffstat (limited to 'common/placer1.cc')
-rw-r--r-- | common/placer1.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/placer1.cc b/common/placer1.cc index d0771e5c..c677a22a 100644 --- a/common/placer1.cc +++ b/common/placer1.cc @@ -237,7 +237,7 @@ class SAPlacer ctx->shuffle(autoplaced); assign_budget(ctx); } else { - update_budget(ctx); + assign_budget(ctx, true /* quiet */); } // Recalculate total metric entirely to avoid rounding errors |