Skip to content

Commit

Permalink
Network config: fix incorrect log level
Browse files Browse the repository at this point in the history
  • Loading branch information
giorio94 authored and adamjensenbot committed Jun 17, 2022
1 parent 57e429d commit 2327b1b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,6 @@ func (ncc *NetworkConfigCreator) EnforceNetworkConfigAbsence(ctx context.Context
return err
}

klog.Errorf("Correctly ensured no NetworkConfigs associated with cluster %s are present", clusterIdentity)
klog.Infof("Correctly ensured no NetworkConfigs associated with cluster %s are present", clusterIdentity)
return nil
}

0 comments on commit 2327b1b

Please sign in to comment.