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

Samantha N. Bueno sbueno+anaconda at redhat.com
Wed May 7 13:41:43 UTC 2014


Ack.

On Wed, May 07, 2014 at 10:45:27AM +0200, Radek Vykydal wrote:
> 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
> 
> _______________________________________________
> anaconda-patches mailing list
> anaconda-patches at lists.fedorahosted.org
> https://lists.fedorahosted.org/mailman/listinfo/anaconda-patches


More information about the anaconda-patches mailing list