Fixed build bug.

tags : #issue[47]
This commit is contained in:
Alistair McIntyre
2017-08-17 14:47:20 +12:00
parent 978def4cf7
commit 72a390b484
@@ -338,7 +338,7 @@ public class ClientToServerThread implements Runnable {
closeSocket(); closeSocket();
} }
if (currentByte == -1) { if (currentByte == -1) {
clientLog("InputStream reach end of stream", 1); logger.warn("InputStream reach end of stream", 1);
} }
return currentByte; return currentByte;
} }