]> xenbits.xensource.com Git - osstest.git/commitdiff
ts-hosts-allocate-Executive: Better message for hosts abandoned mid-test
authorIan Jackson <ian.jackson@eu.citrix.com>
Mon, 6 Nov 2017 17:23:34 +0000 (17:23 +0000)
committerIan Jackson <iwj@xenproject.org>
Tue, 6 Oct 2020 16:42:40 +0000 (17:42 +0100)
Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
ts-hosts-allocate-Executive

index 6fcfd2e34e1b8f934d64d380bc94f4d785a81120..58e9f89120f6cf1431a3078d64c8e1df5014550b 100755 (executable)
@@ -1062,7 +1062,7 @@ sub actual_allocation ($) {
            }
            # someone was preparing it but they aren't any more
            push @allocwarnings,
-               "previous preparation apparently abandoned";
+               "previous use apparently abandoned ($shared->{state})";
            $allocatable= 1;
         }
     }