Re: [PATCH 15/32] error-report: use error_printf() for program prefix

2022-04-06 Thread Markus Armbruster
marcandre.lur...@redhat.com writes: > From: Marc-André Lureau > > For consistency with other calls in the function, let's use > error_printf(). (it will use stderr since !monitor_cur()) > > Signed-off-by: Marc-André Lureau > --- > util/error-report.c | 2 +- > 1 file changed, 1 insertion(+), 1

[PATCH 15/32] error-report: use error_printf() for program prefix

2022-03-23 Thread marcandre . lureau
From: Marc-André Lureau For consistency with other calls in the function, let's use error_printf(). (it will use stderr since !monitor_cur()) Signed-off-by: Marc-André Lureau --- util/error-report.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/error-report.c