refactor the log

This commit is contained in:
coderfengyun 2013-12-25 14:51:00 +08:00
parent 93b54cd741
commit 9ca375dc6d
1 changed files with 1 additions and 1 deletions

View File

@ -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!");
}
});
}