diff options
author | Markus Armbruster <armbru@redhat.com> | 2015-12-18 16:35:18 +0100 |
---|---|---|
committer | Markus Armbruster <armbru@redhat.com> | 2016-01-13 15:16:18 +0100 |
commit | b9884681491fbe8b3fa32d58f35bcc5f725c5258 (patch) | |
tree | 03d35de6c707603c611dc095383f7810cba1dd43 /tests/qemu-iotests/088.out | |
parent | d410fe145446968055f3807b0d41ae8150eb0926 (diff) | |
download | qemu-b9884681491fbe8b3fa32d58f35bcc5f725c5258.zip qemu-b9884681491fbe8b3fa32d58f35bcc5f725c5258.tar.gz qemu-b9884681491fbe8b3fa32d58f35bcc5f725c5258.tar.bz2 |
qemu-io qemu-nbd: Use error_report() etc. instead of fprintf()
Just three instances left.
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Message-Id: <1450452927-8346-16-git-send-email-armbru@redhat.com>
Diffstat (limited to 'tests/qemu-iotests/088.out')
-rw-r--r-- | tests/qemu-iotests/088.out | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/tests/qemu-iotests/088.out b/tests/qemu-iotests/088.out index 6e6bfca..a2a83b8 100644 --- a/tests/qemu-iotests/088.out +++ b/tests/qemu-iotests/088.out @@ -2,16 +2,16 @@ QA output created by 088 == Invalid block size == Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=67108864 -qemu-io: can't open device TEST_DIR/t.vpc: Invalid block size 0 +can't open device TEST_DIR/t.vpc: Invalid block size 0 no file open, try 'help open' -qemu-io: can't open device TEST_DIR/t.vpc: Invalid block size 0 +can't open device TEST_DIR/t.vpc: Invalid block size 0 no file open, try 'help open' -qemu-io: can't open device TEST_DIR/t.vpc: Invalid block size 128 +can't open device TEST_DIR/t.vpc: Invalid block size 128 no file open, try 'help open' -qemu-io: can't open device TEST_DIR/t.vpc: Invalid block size 128 +can't open device TEST_DIR/t.vpc: Invalid block size 128 no file open, try 'help open' -qemu-io: can't open device TEST_DIR/t.vpc: Invalid block size 305419896 +can't open device TEST_DIR/t.vpc: Invalid block size 305419896 no file open, try 'help open' -qemu-io: can't open device TEST_DIR/t.vpc: Invalid block size 305419896 +can't open device TEST_DIR/t.vpc: Invalid block size 305419896 no file open, try 'help open' *** done |