| | |
| | | } |
| | | catch (Exception e) |
| | | { |
| | | LocalizableMessage message = WARN_WAIT4DEL_CANNOT_OPEN_LOG_FILE.get( |
| | | logFilePath.getValue(), String.valueOf(e)); |
| | | println(message); |
| | | |
| | | println(WARN_WAIT4DEL_CANNOT_OPEN_LOG_FILE.get(logFilePath.getValue(), e)); |
| | | logFile = null; |
| | | } |
| | | } |
| | |
| | | } |
| | | catch (Exception e) |
| | | { |
| | | LocalizableMessage message = WARN_WAIT4DEL_CANNOT_OPEN_OUTPUT_FILE.get( |
| | | outputFilePath.getValue(), String.valueOf(e)); |
| | | println(message); |
| | | |
| | | println(WARN_WAIT4DEL_CANNOT_OPEN_OUTPUT_FILE.get(outputFilePath.getValue(), e)); |
| | | outputFile = null; |
| | | } |
| | | } |