mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-26 19:46:57 +08:00
Merge branch 'errcode' of github.com:OpenIMSDK/Open-IM-Server into errcode
# Conflicts: # pkg/common/mw/rpc_server_interceptor.go
This commit is contained in:
commit
fd2fb3dcaa
@ -72,7 +72,7 @@ func rpcServerInterceptor(ctx context.Context, req interface{}, info *grpc.Unary
|
|||||||
grpcStatus = details
|
grpcStatus = details
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
log.ZWarn(ctx, "rpc resp", unwrap, "funcName", funcName)
|
log.ZWarn(ctx, "rpc resp", err, "funcName", funcName)
|
||||||
return nil, grpcStatus.Err()
|
return nil, grpcStatus.Err()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user