• R/O
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Revision68 (tree)
Time2015-08-20 22:25:02
Authort_nakayama1971

Log Message

(empty log message)

Change Summary

Incremental Difference

--- trunk/framework/fwBase/src/common/master/IntervalTimer.java (revision 67)
+++ trunk/framework/fwBase/src/common/master/IntervalTimer.java (revision 68)
@@ -8,7 +8,6 @@
88 import java.util.concurrent.TimeUnit;
99
1010 import org.apache.logging.log4j.LogManager;
11-import org.apache.logging.log4j.Logger;
1211
1312 import core.exception.ThreadExceptionHandler;
1413
@@ -114,8 +113,7 @@
114113 return;
115114 }
116115 } catch (final InterruptedException e) {
117- Logger logger = LogManager.getLogger(IntervalTimer.class);
118- logger.info(e.getMessage());
116+ LogManager.getLogger().info(e.getMessage());
119117 Thread.interrupted();
120118 }
121119 EXECUTOR.shutdownNow();