]> git.proxmox.com Git - mirror_qemu.git/commitdiff
nbd/client: More consistent error messages
authorEric Blake <eblake@redhat.com>
Sat, 15 Dec 2018 13:53:07 +0000 (07:53 -0600)
committerEric Blake <eblake@redhat.com>
Sat, 5 Jan 2019 13:50:18 +0000 (07:50 -0600)
Consolidate on using decimal (not hex), on outputting the
option reply name (not just value), and a consistent comma between
clauses, 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 <eblake@redhat.com>
Reviewed-by: Richard W.M. Jones <rjones@redhat.com>
Reviewed-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
Message-Id: <20181215135324.152629-6-eblake@redhat.com>


No differences found