refactor the log
This commit is contained in:
parent
93b54cd741
commit
9ca375dc6d
|
@ -97,7 +97,7 @@ public class ScenarioEngine {
|
|||
executorService.execute(new Runnable() {
|
||||
public void run() {
|
||||
doRunScenario(scenarioContext);
|
||||
System.out.println("end for once");
|
||||
logger.info("end for once!");
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue