[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-devel] [OSSTEST PATCH 2/2] timeouts: Print slightly better message



Signed-off-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx>
---
 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@xxxxxxxxxxxxx
https://lists.xen.org/xen-devel

 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.