• 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

Revision75 (tree)
Time2015-08-21 01:19:18
Authort_nakayama1971

Log Message

(empty log message)

Change Summary

Incremental Difference

--- trunk/framework/pjSvc/src/project/svc/generic/db/UploadImport.java (revision 74)
+++ trunk/framework/pjSvc/src/project/svc/generic/db/UploadImport.java (revision 75)
@@ -13,6 +13,8 @@
1313 import java.util.Map.Entry;
1414 import java.util.Set;
1515
16+import org.apache.logging.log4j.LogManager;
17+
1618 import online.model.ModelUtil;
1719 import online.model.UniModel;
1820 import online.model.UniModelImpl;
@@ -109,6 +111,7 @@
109111 return checkFile(isr, info);
110112 }
111113 } catch (final IOException ex) {
114+ LogManager.getLogger().info(ex.getMessage());
112115 return false;
113116 }
114117 }
@@ -131,6 +134,7 @@
131134 return insertFile(isr, info);
132135 }
133136 } catch (final IOException ex) {
137+ LogManager.getLogger().info(ex.getMessage());
134138 return 0;
135139 }
136140 }