v0.3 minor changes

This commit is contained in:
Dmitry Isaenko 2019-03-20 17:22:48 +03:00
parent 333054d186
commit c5906fc974

View file

@ -328,8 +328,8 @@ public class NETCommunications extends Task<Void> { // todo: thows IOException?
raf.close();
}
catch (IOException ioe){
logPrinter.print("IO Exception:\n "+ioe.getMessage(), EMsgType.FAIL);
ioe.printStackTrace();
logPrinter.print("NET: File transmission failed. Returned:\n\t"+ioe.getMessage(), EMsgType.FAIL);
logPrinter.update(file, EFileStatus.FAILED);
return true;
}
return false;