[PATCH rhel6-branch] network: hide (debug) confusing log message for ipv6.conf (#1031481)

Radek Vykydal rvykydal at redhat.com
Wed May 7 08:45:27 UTC 2014


Resolves: rhbz#1031481
---
 network.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/network.py b/network.py
index 29f17c4..f10eccc 100644
--- a/network.py
+++ b/network.py
@@ -738,7 +738,7 @@ class Network:
             and not [dev for dev in devices
                      if dev.get('IPV6INIT') == "yes"]):
             if os.path.exists(ipv6ConfFile):
-                log.warning('Not disabling ipv6, %s exists' % ipv6ConfFile)
+                log.debug('%s exists' % ipv6ConfFile)
             else:
                 log.info('Disabling ipv6 on target system')
                 f = open(ipv6ConfFile, "w")
-- 
1.7.11.7



More information about the anaconda-patches mailing list