Browse Source

Remove firewalld running log

- The info it provides can be found elsewhere
  The logs gets printed too often becasue of
  the programming being done in the tasks

Signed-off-by: Alessandro Boch <aboch@docker.com>
Alessandro Boch 8 năm trước cách đây
mục cha
commit
e5c1a4cabd
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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