]> xenbits.xensource.com Git - people/dariof/osstest.git/commitdiff
selectguest: log a message
authorIan Jackson <ian.jackson@eu.citrix.com>
Tue, 15 Jul 2014 14:15:02 +0000 (15:15 +0100)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Wed, 16 Jul 2014 10:22:15 +0000 (11:22 +0100)
Print the guest's name and the host it's on; this can help with
interpreting the logs.

Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
Osstest/TestSupport.pm

index 23ad106aec932f5a959dbad8ce9d18b81c4bee1a..22dcbff6798a72c28dda02edee151b7364a09b4c 100644 (file)
@@ -1227,6 +1227,7 @@ sub selectguest ($$) {
     foreach my $opt (guest_var_commalist($gho,'options')) {
         $gho->{Options}{$opt}++;
     }
+    logm("guest: using $gn on $gho->{Host}{Name}");
     guest_find_lv($gho);
     guest_find_ether($gho);
     guest_find_tcpcheckport($gho);