Skip to content

Commit

Permalink
fix: scheduler log
Browse files Browse the repository at this point in the history
Signed-off-by: Gaius <gaius.qi@gmail.com>
  • Loading branch information
gaius-qi committed Aug 19, 2021
1 parent e25ef35 commit d461765
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scheduler/scheduler.go
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ func (s *Server) Serve() error {
opts = append(opts, grpc.ChainUnaryInterceptor(otelgrpc.UnaryServerInterceptor()), grpc.ChainStreamInterceptor(otelgrpc.StreamServerInterceptor()))
}
if err := rpc.StartTCPServer(port, port, s.schedulerServer, opts...); err != nil {
logger.Errorf("grpc s start failed %v", err)
logger.Errorf("grpc start failed %v", err)
return err
}

Expand Down

0 comments on commit d461765

Please sign in to comment.