Explorar o código

Merge pull request #1709 from aboch/fwd

Remove firewalld running log
Santhosh Manohar %!s(int64=8) %!d(string=hai) anos
pai
achega
da943d8a9b
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      libnetwork/iptables/firewalld.go

+ 0 - 1
libnetwork/iptables/firewalld.go

@@ -151,7 +151,6 @@ func checkRunning() bool {
 
 	if connection != nil {
 		err = connection.sysobj.Call(dbusInterface+".getDefaultZone", 0).Store(&zone)
-		logrus.Infof("Firewalld running: %t", err == nil)
 		return err == nil
 	}
 	return false