Skip to content

Commit

Permalink
avoid printing format specifiers by using Infof
Browse files Browse the repository at this point in the history
Signed-off-by: Girish Moodalbail <gmoodalbail@nvidia.com>
  • Loading branch information
girishmg committed Jul 2, 2021
1 parent 37b836d commit 33dbced
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go-controller/pkg/cni/ovs.go
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ func isIfaceOvnInstalledSet(ifaceName string) bool {
return true
}

klog.V(5).Info("Still waiting for OVS port %s to have ovn-installed=true", ifaceName)
klog.V(5).Infof("Still waiting for OVS port %s to have ovn-installed=true", ifaceName)
return false
}

Expand Down

0 comments on commit 33dbced

Please sign in to comment.