Commit 8c93e8eb authored by qiuqunfeng's avatar qiuqunfeng
Browse files

fix

parent 83fa3d74
......@@ -319,9 +319,9 @@ func (s *wafService) DeleteListenerWaf(ctx context.Context, req *DeleteListenerR
return fmt.Errorf("%s", errMsg)
}
listenerName = service.Spec.ServiceName
log.Info().Msgf("listenerName: %s", listenerName)
defer func() {
log.Info().Msgf("listenerName: %s", listenerName)
_ = s.addListenerHistory(ctx, name, listenerName, req.GatewayName, req.Namespace, req.RegionCode, errMsg, status, model.OperationDelete)
}()
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment