From e265cdfd65ef98518481b32972c40ee76ecabdfc Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Tue, 24 Jan 2017 15:46:31 +0000 Subject: [PATCH] timeouts: Print slightly better message Signed-off-by: Ian Jackson --- Osstest/TestSupport.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Osstest/TestSupport.pm b/Osstest/TestSupport.pm index 33081937..6ca8076f 100644 --- a/Osstest/TestSupport.pm +++ b/Osstest/TestSupport.pm @@ -339,8 +339,9 @@ sub target_adjust_timeout ($$) { my ($factor, $what) = @_; return unless defined $factor; return if $factor==1; - logm("(adjusting timeout by factor $factor, from $what)"); $$timeoutref *= $factor; + logm("(adjusting timeout by factor $factor to $$timeoutref,". + " due to $what)"); }; if ($ho->{Guest}) { my $context = $ho->{TimeoutContext} // 'general'; -- 2.39.5