diff mbox series

[OSSTEST,37/82] ts-hosts-allocate-Executive: Better message for hosts abandoned mid-test

Message ID 20201007180024.7932-38-iwj@xenproject.org (mailing list archive)
State New, archived
Headers show
Series Reuse test hosts | expand

Commit Message

Ian Jackson Oct. 7, 2020, 5:59 p.m. UTC
From: Ian Jackson <ian.jackson@eu.citrix.com>

Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
---
 ts-hosts-allocate-Executive | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/ts-hosts-allocate-Executive b/ts-hosts-allocate-Executive
index 6fcfd2e3..58e9f891 100755
--- a/ts-hosts-allocate-Executive
+++ b/ts-hosts-allocate-Executive
@@ -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;
         }
     }