mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-06 04:15:46 +08:00
change log error
This commit is contained in:
parent
a3e3dc03c9
commit
28fad04d5c
@ -145,7 +145,7 @@ func RpcServerInterceptor(ctx context.Context, req interface{}, info *grpc.Unary
|
||||
}
|
||||
details, err := grpcStatus.WithDetails(errInfo)
|
||||
if err != nil {
|
||||
log.ZWarn(ctx, "rpc server resp", err, "funcName", funcName)
|
||||
log.ZWarn(ctx, "rpc server resp WithDetails error", err, "funcName", funcName)
|
||||
return nil, errs.Wrap(err)
|
||||
}
|
||||
log.ZWarn(ctx, "rpc server resp", err, "funcName", funcName)
|
||||
|
Loading…
x
Reference in New Issue
Block a user