| Revision | 75 (tree) |
|---|---|
| Time | 2015-08-21 01:19:18 |
| Author | t_nakayama1971 |
(empty log message)
| @@ -13,6 +13,8 @@ | ||
| 13 | 13 | import java.util.Map.Entry; |
| 14 | 14 | import java.util.Set; |
| 15 | 15 | |
| 16 | +import org.apache.logging.log4j.LogManager; | |
| 17 | + | |
| 16 | 18 | import online.model.ModelUtil; |
| 17 | 19 | import online.model.UniModel; |
| 18 | 20 | import online.model.UniModelImpl; |
| @@ -109,6 +111,7 @@ | ||
| 109 | 111 | return checkFile(isr, info); |
| 110 | 112 | } |
| 111 | 113 | } catch (final IOException ex) { |
| 114 | + LogManager.getLogger().info(ex.getMessage()); | |
| 112 | 115 | return false; |
| 113 | 116 | } |
| 114 | 117 | } |
| @@ -131,6 +134,7 @@ | ||
| 131 | 134 | return insertFile(isr, info); |
| 132 | 135 | } |
| 133 | 136 | } catch (final IOException ex) { |
| 137 | + LogManager.getLogger().info(ex.getMessage()); | |
| 134 | 138 | return 0; |
| 135 | 139 | } |
| 136 | 140 | } |