From: Ian Jackson Date: Fri, 2 Oct 2020 16:13:34 +0000 (+0100) Subject: tsreadconfig: Change misleading "setting" message X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=9cf0a59fc5da78f135aefc4e29f6bc51848c0e6b;p=osstest.git tsreadconfig: Change misleading "setting" message These are the *existing* runvars and it is confusing that we print "setting" for them. Signed-off-by: Ian Jackson --- diff --git a/Osstest/TestSupport.pm b/Osstest/TestSupport.pm index 163862f..f2d8a0e 100644 --- a/Osstest/TestSupport.pm +++ b/Osstest/TestSupport.pm @@ -210,7 +210,7 @@ END while ($row= $q->fetchrow_hashref()) { $r{ $row->{name} }= $row->{val}; $r_notsynth{ $row->{name} }= !$row->{synth}; - logm("setting $row->{name}=$row->{val}"); + logm("runvar $row->{name}=$row->{val}"); } $q->finish(); });