Skip to content

Commit 7a2b87e

Browse files
committed
refactoring
1 parent 1d93f00 commit 7a2b87e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/java/com/github/jlangch/venice/util/ipc/TcpServer.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -380,6 +380,8 @@ public void start(final Function<IMessage,IMessage> handler) {
380380
}
381381
}
382382
});
383+
384+
logger.info("server", "Server is operational and ready to accept connections.");
383385
}
384386
catch(Exception ex) {
385387
final String msg = "Closed server on port " + port + "!";

0 commit comments

Comments
 (0)