[rhinstaller/anaconda/pulls/340 rhel7-branch] Fix hiding curl 404 errors outside debug mode

vojtechtrefny installerbot-noreply at redhat.com
Wed Sep 2 13:17:12 UTC 2015


> @@ -181,6 +182,13 @@ tell_user() {
>      fi
>  }
>  
> +# print something only in if debug/inst.debug/rd.debug
> +debug_msg() {
> +   if getargbool 0 rd.debug || getargbool 0 debug || getargbool 0 inst.debug; then
> +     echo $* >&2
> +  fi

Thanks, fixed locally.

-- 
To view this pull request on github, visit https://github.com/rhinstaller/anaconda/pull/340#discussion_r38529814


More information about the anaconda-patches mailing list