Signed-off-by: Ian Jackson <ian.jack...@eu.citrix.com> --- Osstest/TestSupport.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/Osstest/TestSupport.pm b/Osstest/TestSupport.pm index 3308193..6ca8076 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.1.4 _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org https://lists.xen.org/xen-devel