qemu-block
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 2/9] error-report: misc comment fix


From: Markus Armbruster
Subject: Re: [PATCH 2/9] error-report: misc comment fix
Date: Mon, 20 Jun 2022 09:22:01 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)

marcandre.lureau@redhat.com writes:

> From: Marc-André Lureau <marcandre.lureau@redhat.com>
>
> Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
> ---
>  util/error-report.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/util/error-report.c b/util/error-report.c
> index 5edb2e604061..98f242b75bbf 100644
> --- a/util/error-report.c
> +++ b/util/error-report.c
> @@ -390,7 +390,7 @@ void error_init(const char *argv0)
>  {
>      const char *p = strrchr(argv0, '/');
>  
> -    /* Set the program name for error_print_loc(). */
> +    /* Set the program name for print_loc(). */
>      g_set_prgname(p ? p + 1 : argv0);
>  
>      /*

Missed in commit beeb175c0d "util/qemu-error: Rename error_print_loc()
to be more generic".

Reviewed-by: Markus Armbruster <armbru@redhat.com>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]