Skip to content

Commit

Permalink
Log exception
Browse files Browse the repository at this point in the history
  • Loading branch information
psiniemi committed Nov 6, 2015
1 parent 10b1708 commit 40649a7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ public void onText(Session session, String message) throws IOException
}
wsSession = connectFuture.get();
} catch (InterruptedException | ExecutionException e) {
e.printStackTrace();
log.log(Level.WARNING, "Failed to connect to backend websocket", e);
}
}
if (wsSession != null && wsSession.isOpen()) {
Expand Down

0 comments on commit 40649a7

Please sign in to comment.