OSDN Git Service

1.00.00-alpha
[jaxcel/jaxcel.git] / Jaxcel / src / org / hanei / jaxcel / util / MakeReportTool.java
index ebae546..c6c9323 100644 (file)
@@ -62,8 +62,10 @@ public class MakeReportTool {
                ReportMaker maker = new ReportMaker();
                log.info("====== makeReport Start ======");
                maker.makeReport(new File(args[0]), parameter, new File(args[2]));
-               System.out.println("output complate " + args[2]);
-               System.out.println("see debug log ../log/jaxcel.log");
+               System.out.println("--------------------------------------");
+               System.out.println("output complate: " + args[2]);
+               System.out.println("see debug log  : ../log/jaxcel.log");
+               System.out.println("--------------------------------------");
                log.info("====== makeReport End ======");
        }