glog.Info() -> glog.Infof()

This commit is contained in:
Dan Winship 2015-09-21 17:47:29 -04:00
parent 8fda0969e6
commit 6ec4d229de

View File

@ -170,7 +170,7 @@ const (
func (runner *runner) connectToFirewallD() {
bus, err := runner.dbus.SystemBus()
if err != nil {
glog.V(1).Info("Could not connect to D-Bus system bus: %s", err)
glog.V(1).Infof("Could not connect to D-Bus system bus: %s", err)
return
}