changes for engineMode 2
This commit is contained in:
parent
fcbaf598aa
commit
8a7fa9fa81
3 changed files with 30 additions and 11 deletions
|
|
@ -365,6 +365,10 @@ public class RoutingEngine extends Thread {
|
|||
fw.write(outputMessage);
|
||||
fw.close();
|
||||
outputMessage = null;
|
||||
} else {
|
||||
if (!quite && outputMessage != null) {
|
||||
System.out.println(outputMessage);
|
||||
}
|
||||
}
|
||||
long endTime = System.currentTimeMillis();
|
||||
logInfo("execution time = " + (endTime - startTime) / 1000. + " seconds");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue