[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [OSSTEST PATCH 80/82] 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 <iwj@xxxxxxxxxxxxxx> --- Osstest/TestSupport.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Osstest/TestSupport.pm b/Osstest/TestSupport.pm index 163862f8..f2d8a0e1 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(); }); -- 2.20.1
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |