Re: [PATCH 7/9] ui: Improve "change vnc" error reporting

2022-12-01 Thread Markus Armbruster
Daniel P. Berrangé writes: > On Thu, Dec 01, 2022 at 07:13:09AM +0100, Markus Armbruster wrote: >> Switch from monitor_printf() to error_setg() and hmp_handle_error(). >> This makes "this is an error" more obvious both in the source and in >> the monitor, where hmp_handle_error() prefixes the mes

Re: [PATCH 7/9] ui: Improve "change vnc" error reporting

2022-12-01 Thread Daniel P . Berrangé
On Thu, Dec 01, 2022 at 07:13:09AM +0100, Markus Armbruster wrote: > Switch from monitor_printf() to error_setg() and hmp_handle_error(). > This makes "this is an error" more obvious both in the source and in > the monitor, where hmp_handle_error() prefixes the message with > "Error: ". > > Signed