Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
panxiaojun233 committed Jan 21, 2021
1 parent 9779202 commit 2de9b6e
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,6 @@ protected void doClose() throws Throwable {
final long cost = System.currentTimeMillis() - st;
logger.info("Port unification server closed. cost:" + cost);
} catch (InterruptedException e) {
System.out.println("Interrupted while shutting down" + e.getMessage());
logger.warn("Interrupted while shutting down", e);
}

Expand Down

0 comments on commit 2de9b6e

Please sign in to comment.