mirror of
https://github.com/michaelrausch/Party-Parrots-At-Sea.git
synced 2026-05-09 14:28:43 +00:00
Fixed build bug.
tags : #issue[47]
This commit is contained in:
@@ -338,7 +338,7 @@ public class ClientToServerThread implements Runnable {
|
||||
closeSocket();
|
||||
}
|
||||
if (currentByte == -1) {
|
||||
clientLog("InputStream reach end of stream", 1);
|
||||
logger.warn("InputStream reach end of stream", 1);
|
||||
}
|
||||
return currentByte;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user