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

[Xen-devel] [OSSTEST PATCH 11/21] JobDB::Executive: step_*: fix log messages to talk about "steps"



These functions are about to be sometimes called for non-substep
steps.

Signed-off-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx>
---
 Osstest/JobDB/Executive.pm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Osstest/JobDB/Executive.pm b/Osstest/JobDB/Executive.pm
index ea349052..3a680c9d 100644
--- a/Osstest/JobDB/Executive.pm
+++ b/Osstest/JobDB/Executive.pm
@@ -281,7 +281,7 @@ END
                          $logfile // "$stepno.$script.log",
                          $testid,time);
     });
-    logm("---------- substep $stepno $testid running ----------");
+    logm("---------- step $stepno $testid running ----------");
 }
 
 sub step_finish ($$) { #method
@@ -311,7 +311,7 @@ END
            unless $oldstatus eq 'running';
        $setq->execute($stepstatus,time, $flight,$job,$testid, $stepno);
     });
-    logm("---------- substep $stepno $testid $stepstatus ----------");
+    logm("---------- step $stepno $testid $stepstatus ----------");
 }
 
 sub host_check_allocated ($$) { #method
-- 
2.11.0


_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxxx
https://lists.xenproject.org/mailman/listinfo/xen-devel

 


Rackspace

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