Skip to content

Commit

Permalink
Fix logging for GroupMembersComputed update (#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 Aug 17, 2022
1 parent 18aee9d commit 8feb48d
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 8feb48d

Please sign in to comment.