Skip to content
Snippets Groups Projects
Commit 3a1632c8 authored by OZGCloud's avatar OZGCloud
Browse files

fixed log format

parent 5bc93fc0
Branches
Tags
No related merge requests found
......@@ -127,7 +127,7 @@ func StartGrpcServer() *grpc.Server {
lis, err := net.Listen("tcp", fmt.Sprintf(":%d", GrpcMockPort))
if err != nil {
log.Fatal("gRPC server failed to listen: %v", err)
log.Fatal(fmt.Sprintf("gRPC server failed to listen: %v", err))
}
log.Info(fmt.Sprintf("gRPC server listening on port %d", GrpcMockPort))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment