]> xenbits.xensource.com Git - osstest.git/commitdiff
tsreadconfig: Change misleading "setting" message
authorIan Jackson <iwj@xenproject.org>
Fri, 2 Oct 2020 16:13:34 +0000 (17:13 +0100)
committerIan Jackson <iwj@xenproject.org>
Wed, 7 Oct 2020 17:39:48 +0000 (18:39 +0100)
These are the *existing* runvars and it is confusing that we print
"setting" for them.

Signed-off-by: Ian Jackson <iwj@xenproject.org>
Osstest/TestSupport.pm

index 163862f80aa7116464659b2200127529a7d1e75b..f2d8a0e1d93f5edd545c59ee8f1df1ab0e648543 100644 (file)
@@ -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();
     });