marcandre.lur...@redhat.com writes: > From: Marc-André Lureau <marcandre.lur...@redhat.com> > > Signed-off-by: Marc-André Lureau <marcandre.lur...@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 <arm...@redhat.com>