Skip to content

Commit

Permalink
Fix logging for GroupMembersComputed update (antrea-io#4114)
Browse files Browse the repository at this point in the history
Signed-off-by: Quan Tian <qtian@vmware.com>
  • Loading branch information
tnqn authored and heanlan committed Mar 29, 2023
1 parent f43d688 commit 632d421
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/controller/networkpolicy/group.go
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ func (n *NetworkPolicyController) syncInternalNamespacedGroup(grp *antreatypes.G
}
}
if membersComputed {
klog.V(4).InfoS("Updating GroupMembersComputed Status for Group %s/%s", "Group", key)
klog.V(4).InfoS("Updating GroupMembersComputed Status for Group", "Group", key)
err = n.updateGroupStatus(g, v1.ConditionTrue)
if err != nil {
klog.Errorf("Failed to update Group %s/%s GroupMembersComputed condition to %s: %v", g.Namespace, g.Name, v1.ConditionTrue, err)
Expand Down

0 comments on commit 632d421

Please sign in to comment.