Skip to content

Commit

Permalink
feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
DanG100 committed Oct 30, 2024
1 parent be6ab73 commit 083ac28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dataplane/saiserver/acl.go
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ func (a *acl) RemoveAclEntry(ctx context.Context, req *saipb.RemoveAclEntryReque
return nil, err
}

slog.InfoContext(ctx, "creating acl entry", "oid", req.Oid, "entry", cReq, "fwdentry", aReq)
slog.InfoContext(ctx, "removing acl entry", "oid", req.Oid, "entry", cReq, "fwdentry", aReq)
if _, err := a.dataplane.TableEntryRemove(ctx, &fwdpb.TableEntryRemoveRequest{
ContextId: aReq.ContextId,
TableId: aReq.TableId,
Expand Down

0 comments on commit 083ac28

Please sign in to comment.