]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
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)
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

index ca7109652e56aea874706ae934bd071aa64026e9..e169b839ece25ca4fb32692c00b571be2c700bcd 100644 (file)
@@ -571,6 +571,7 @@ int main(int argc, char **argv)
 #endif
 
     module_call_init(MODULE_INIT_TRACE);
+    error_set_progname(argv[0]);
     qcrypto_init(&error_fatal);
 
     module_call_init(MODULE_INIT_QOM);
index 94acd9b947935d09205c9660769e908ca20d43f8..5f416721b03ab8bc5469aa75e92aee565a20599b 100644 (file)
@@ -27,7 +27,7 @@ virtual size: 64M (67108864 bytes)
 disk size: unavailable
 
 == check TLS with different CA fails ==
-option negotiation failed: Verify failed: No certificate was found.
+qemu-nbd: option negotiation failed: Verify failed: No certificate was found.
 qemu-img: Could not open 'driver=nbd,host=127.0.0.1,port=PORT,tls-creds=tls0': The certificate hasn't got a known issuer
 
 == perform I/O over TLS ==