Now that we have hostnamepath_list, we can remove the ad-hoc expansion "$gn on $...{Name}" with a recipe which ascends through the applicable nesting levels.
Signed-off-by: Ian Jackson <ian.jack...@eu.citrix.com> --- Osstest/TestSupport.pm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Osstest/TestSupport.pm b/Osstest/TestSupport.pm index a66f8a9..38386d4 100644 --- a/Osstest/TestSupport.pm +++ b/Osstest/TestSupport.pm @@ -1453,7 +1453,9 @@ sub selectguest ($$) { foreach my $opt (guest_var_commalist($gho,'options')) { $gho->{Options}{$opt}++; } - logm("guest: using $gn on $gho->{Host}{Name}"); + my $m = "guest: using $gn"; + $m .= " on $_" foreach hostnamepath_list($gho->{Host}); + logm($m); guest_find_lv($gho); guest_find_diskimg($gho); guest_find_ether($gho); -- 1.7.10.4 _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xen.org/xen-devel