error-report: use error_printf() for program prefix
commit11fd78dc074a6abed7514a37cbb77f440ab8f410
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Wed, 23 Mar 2022 15:57:26 +0000 (23 19:57 +0400)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 6 Apr 2022 12:31:43 +0000 (6 14:31 +0200)
treec0b2502cfd66118c48cb3b3de41401046303a38f
parent15002f60f7923aebd6cac73f7da1c493c75c7fec
error-report: use error_printf() for program prefix

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 <marcandre.lureau@redhat.com>
Message-Id: <20220323155743.1585078-16-marcandre.lureau@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
util/error-report.c