mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 17:30:00 +00:00
glog.Info() -> glog.Infof()
This commit is contained in:
parent
8fda0969e6
commit
6ec4d229de
@ -170,7 +170,7 @@ const (
|
|||||||
func (runner *runner) connectToFirewallD() {
|
func (runner *runner) connectToFirewallD() {
|
||||||
bus, err := runner.dbus.SystemBus()
|
bus, err := runner.dbus.SystemBus()
|
||||||
if err != nil {
|
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
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user