We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03c57f1 commit afcbb9cCopy full SHA for afcbb9c
1 file changed
src/main/java/com/teragrep/jla_04/RelpHandler.java
@@ -113,11 +113,7 @@ public synchronized void flush() {
113
} catch (IllegalStateException | IOException | java.util.concurrent.TimeoutException e) {
114
System.out.println("RelpLogger.flush.commit> exception:");
115
e.printStackTrace();
116
- try {
117
- this.relpConnection.tearDown();
118
- } catch (IOException ioException) {
119
- ioException.printStackTrace();
120
- }
+ this.relpConnection.tearDown();
121
this.connected = false;
122
}
123
// Check if everything has been sent, retry and reconnect if not.
0 commit comments