This commit is contained in:
crusader 2017-11-30 15:54:37 +09:00
parent cc4927b692
commit b0b7d86644

View File

@ -151,6 +151,7 @@ func handleServlet(s *rpcServlet) {
if err != nil {
logging.Logger().Error(fmt.Sprintf("RPC Server: servlet error %v", err))
}
logging.Logger().Info(fmt.Sprintf("Servlet is started"))
}
func handleReader(s *rpcServlet, stopChan chan struct{}, doneChan chan error) {