Commit 6ec4d229 authored by Dan Winship's avatar Dan Winship

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

parent 8fda0969
......@@ -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
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment