]> git.proxmox.com Git - mirror_qemu.git/commit
qemu-nbd: Use program name in error messages
authorEric Blake <eblake@redhat.com>
Sat, 15 Dec 2018 13:53:03 +0000 (07:53 -0600)
committerEric Blake <eblake@redhat.com>
Fri, 4 Jan 2019 23:37:11 +0000 (17:37 -0600)
commit3ba1b7baf4b2518e8efdbe50175d909b79c21596
tree4b04a9cf6ea80f2189f6807e7b29329ad1a97e38
parentd8b4bad846f08ff0f167b46dc156a5310b750484
qemu-nbd: Use program name in error messages

This changes output from:

$ qemu-nbd nosuch
Failed to blk_new_open 'nosuch': Could not open 'nosuch': No such file or directory

to something more consistent with qemu-img and qemu:

$ qemu-nbd nosuch
qemu-nbd: Failed to blk_new_open 'nosuch': Could not open 'nosuch': No such file or directory

Update the lone affected test to match.  (Hmm - is it sad that we don't
do much testing of expected failures?)

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-2-eblake@redhat.com>
qemu-nbd.c
tests/qemu-iotests/233.out