mirror of
https://github.com/developersu/ns-usbloader.git
synced 2025-05-13 14:44:48 -04:00
v0.3 minor changes
This commit is contained in:
parent
e57f4f669c
commit
1f3cc3d8a5
1 changed files with 2 additions and 2 deletions
|
@ -328,8 +328,8 @@ public class NETCommunications extends Task<Void> { // todo: thows IOException?
|
||||||
raf.close();
|
raf.close();
|
||||||
}
|
}
|
||||||
catch (IOException ioe){
|
catch (IOException ioe){
|
||||||
logPrinter.print("IO Exception:\n "+ioe.getMessage(), EMsgType.FAIL);
|
logPrinter.print("NET: File transmission failed. Returned:\n\t"+ioe.getMessage(), EMsgType.FAIL);
|
||||||
ioe.printStackTrace();
|
logPrinter.update(file, EFileStatus.FAILED);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
return false;
|
return false;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue