diff mbox

[OSSTEST,2/3] ms-planner: Improve an error message

Message ID 1475756065-5242-2-git-send-email-ian.jackson@eu.citrix.com (mailing list archive)
State New, archived
Headers show

Commit Message

Ian Jackson Oct. 6, 2016, 12:14 p.m. UTC
Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
---
 ms-planner | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox

Patch

diff --git a/ms-planner b/ms-planner
index 8106544..22f9806 100755
--- a/ms-planner
+++ b/ms-planner
@@ -331,7 +331,7 @@  END
 	my ($reso, $shareix) = ($`, $1);
 
 	my $share= $currentshare{$reso};
-	die Dumper($reskey, $reso, $shareix,
+	die "BAD SHARE ".Dumper($reskey, $reso, $shareix,
 		   $plan->{Allocations}{$reskey}, $currentshare{$reso})
 	    unless !!$share == !!$shareix;