[rhinstaller/anaconda/pulls/214 master] Added package logging to anaconda.log.

vpodzime installerbot-noreply at redhat.com
Fri Jul 24 07:06:39 UTC 2015


> @@ -49,8 +50,11 @@ def progress_report(message):
>      yield
>      progress_step(message)
>  
> -def progress_message(message):
> -    progressQ.send_message(message)
> +def progress_message(message, xlate=True):

I'd rather see all the places to be update to pass an untranslated string because we really want the untranslated string to be logged.

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


More information about the anaconda-patches mailing list