| @@ -95,7 +95,7 @@ public final class ChatScene { | |||||||
| 					try { | 					try { | ||||||
| 						currentChat.read(writeProxy); | 						currentChat.read(writeProxy); | ||||||
| 					} catch (IOException e1) { | 					} catch (IOException e1) { | ||||||
| 						logger.log(Level.WARNING, "Could not read current chat.", e1); | 						logger.log(Level.WARNING, "Could not read current chat: ", e1); | ||||||
| 					} | 					} | ||||||
| 					Platform.runLater(messageList::refresh); | 					Platform.runLater(messageList::refresh); | ||||||
| 				} | 				} | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 GitHub
						GitHub