From 48c59a40cb94db45917f827cb5c655c56419717f Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 6 Nov 2017 18:07:39 +0000 Subject: [PATCH] ts-hosts-allocate-Executive print sharing info in debug output Signed-off-by: Ian Jackson --- ts-hosts-allocate-Executive | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ts-hosts-allocate-Executive b/ts-hosts-allocate-Executive index 58e9f89..fc107c0 100755 --- a/ts-hosts-allocate-Executive +++ b/ts-hosts-allocate-Executive @@ -691,7 +691,9 @@ sub hid_recurse ($$) { print DEBUG "$dbg FINAL start=$start_time va=$variation_age". " variation_bonus=$variation_bonus". " previously_failed=$previously_failed". - " previously_failed_equiv=$previously_failed_equiv cost=$cost\n"; + " previously_failed_equiv=$previously_failed_equiv". + " eff.share_bonus=$share_reuse*$share_reuse_bonus". + " cost=$cost\n"; if (!defined $best || $cost < $best->{Cost}) { print DEBUG "$dbg FINAL BEST: ". -- 2.39.5