Skip to content
This repository was archived by the owner on Feb 8, 2021. It is now read-only.

Commit 6ec4d22

Browse files
committed
glog.Info() -> glog.Infof()
1 parent 8fda096 commit 6ec4d22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/util/iptables/iptables.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ const (
170170
func (runner *runner) connectToFirewallD() {
171171
bus, err := runner.dbus.SystemBus()
172172
if err != nil {
173-
glog.V(1).Info("Could not connect to D-Bus system bus: %s", err)
173+
glog.V(1).Infof("Could not connect to D-Bus system bus: %s", err)
174174
return
175175
}
176176

0 commit comments

Comments
 (0)