[PATCH] Use better wording when logging memory requirements

Vratislav Podzimek vpodzime at redhat.com
Thu Jul 3 14:14:14 UTC 2014


On Thu, 2014-07-03 at 13:01 +0200, Martin Kolman wrote:
> Signed-off-by: Martin Kolman <mkolman at redhat.com>
> ---
>  anaconda | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/anaconda b/anaconda
> index 472fa65..6dd9364 100755
> --- a/anaconda
> +++ b/anaconda
> @@ -602,7 +602,7 @@ def check_memory(anaconda, options, display_mode=None):
>      needed_ram = int(isys.MIN_RAM / 1024)
>      graphical_ram = needed_ram + int(isys.GUI_INSTALL_EXTRA_RAM / 1024)
>  
> -    log.info("check_memory(): total:%s, needed:%s, graphical:%s",
> +    log.info("check_memory(): total:%s, needed:%s, needed for graphical install:%s",
>               total_ram, needed_ram, graphical_ram)
>  
>      if not options.memcheck:
ACK.

-- 
Vratislav Podzimek

Anaconda Rider | RHCE | Red Hat, Inc. | Brno - Czech Republic




More information about the anaconda-patches mailing list