Re: [Qemu-devel] [PATCH 02/14] nbd/client: More consistent error messages

2018-12-10 Thread Eric Blake
On 12/5/18 9:03 AM, Vladimir Sementsov-Ogievskiy wrote: 01.12.2018 1:03, Eric Blake wrote: Consolidate on using decimal (not hex) and on outputting the option reply name (not just value) when the client reports protocol discrepancies from the server. While it won't affect normal operation, it m

Re: [Qemu-devel] [PATCH 02/14] nbd/client: More consistent error messages

2018-12-05 Thread Vladimir Sementsov-Ogievskiy
01.12.2018 1:03, Eric Blake wrote: > Consolidate on using decimal (not hex) and on outputting the > option reply name (not just value) when the client reports > protocol discrepancies from the server. While it won't affect > normal operation, it makes debugging additions easier. > > Signed-off-by

Re: [Qemu-devel] [PATCH 02/14] nbd/client: More consistent error messages

2018-11-30 Thread Richard W.M. Jones
On Fri, Nov 30, 2018 at 04:03:31PM -0600, Eric Blake wrote: > Consolidate on using decimal (not hex) and on outputting the > option reply name (not just value) when the client reports > protocol discrepancies from the server. While it won't affect > normal operation, it makes debugging additions e

[Qemu-devel] [PATCH 02/14] nbd/client: More consistent error messages

2018-11-30 Thread Eric Blake
Consolidate on using decimal (not hex) and on outputting the option reply name (not just value) when the client reports protocol discrepancies from the server. While it won't affect normal operation, it makes debugging additions easier. Signed-off-by: Eric Blake --- nbd/client.c | 21 ++