Skip to content

Commit

Permalink
trace bug pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
dufayard committed Feb 16, 2023
1 parent ffce7ea commit c90c1e5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion rapgreen/ReconciliationDatabaseDaemon.java
Original file line number Diff line number Diff line change
Expand Up @@ -1666,12 +1666,14 @@ public void run() {


} catch (Exception e) {
e.printStackTrace();
System.out.println("sortie stable 1");
e.printStackTrace();
try {
in.close();
out.close();
socket.close();
} catch (Exception ex) {
System.out.println("sortie stable 2");
ex.printStackTrace();
}
}
Expand Down

0 comments on commit c90c1e5

Please sign in to comment.