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:
wangchuxiao
2023-03-14 20:06:41 +08:00
+1 -1
View File
@@ -72,7 +72,7 @@ func rpcServerInterceptor(ctx context.Context, req interface{}, info *grpc.Unary
grpcStatus = details
}
}
log.ZWarn(ctx, "rpc resp", unwrap, "funcName", funcName)
log.ZWarn(ctx, "rpc resp", err, "funcName", funcName)
return nil, grpcStatus.Err()
}