• 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

Revision74 (tree)
Time2015-08-21 01:18:03
Authort_nakayama1971

Log Message

(empty log message)

Change Summary

Incremental Difference

--- trunk/framework/pjCom/src/project/common/CheckUtil.java (revision 73)
+++ trunk/framework/pjCom/src/project/common/CheckUtil.java (revision 74)
@@ -323,6 +323,7 @@
323323 }
324324 return true;
325325 } catch (final MalformedURLException e) {
326+ LogManager.getLogger().info(e.getMessage());
326327 return false;
327328 }
328329 }