Re: [PATCH 6/6] migration: Fix a few absurdly defective error messages

2020-11-13 Thread Dr. David Alan Gilbert
* Markus Armbruster (arm...@redhat.com) wrote: > migrate_params_check() has a number of error messages of the form > > Parameter 'NAME' expects is invalid, it should be ... > > Fix them to something like > > Parameter 'NAME' expects a ... > > Signed-off-by: Markus Armbruster Reviewed-

[PATCH 6/6] migration: Fix a few absurdly defective error messages

2020-11-12 Thread Markus Armbruster
migrate_params_check() has a number of error messages of the form Parameter 'NAME' expects is invalid, it should be ... Fix them to something like Parameter 'NAME' expects a ... Signed-off-by: Markus Armbruster --- migration/migration.c | 23 +++ 1 file changed, 11