Bug 849863 - There are some typos in error message when input unknown output format for virt-convert
Summary: There are some typos in error message when input unknown output format for vi...
Keywords:
Status: CLOSED UPSTREAM
Alias: None
Product: Virtualization Tools
Classification: Community
Component: virt-manager
Version: unspecified
Hardware: Unspecified
OS: Unspecified
low
low
Target Milestone: ---
Assignee: Cole Robinson
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-08-21 06:35 UTC by Cui Lei
Modified: 2014-07-06 19:31 UTC (History)
9 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-08-17 14:44:54 UTC
Embargoed:


Attachments (Terms of Use)

Description Cui Lei 2012-08-21 06:35:39 UTC
Description of problem:
There is a typo in error message when input unknown output format for virt-convert,
when run command "virt-convert -i virt-image -o vmx123 image.xml", the error message would display:
"virt-convert: error: Unknown output format "vmx123")", the last bracket should be removed.

There are also two other two error messages have the same issue.
virt-convert: error: No output handler for format "ovf")
virt-convert: error: Unknown input format "asdf")


Version-Release number of selected component (if applicable):
python-virtinst-0.600.0-8.el6.noarch

How reproducible:
100%

Steps to Reproduce:
Run a virt-convert command with unknown output format
# virt-convert -i virt-image -o vmx123 image.xml
check the error message

Actual results:
virt-convert: error: Unknown output format "vmx123")

Expect result:
virt-convert: error: Unknown output format "vmx123"

Comment 2 Alex Jia 2012-08-22 03:08:54 UTC
Patch on upstream and wait for review:
https://www.redhat.com/archives/virt-tools-list/2012-August/msg00050.html

Comment 3 Cole Robinson 2013-08-17 14:44:54 UTC
This is fixed upstream these days


Note You need to log in before you can comment on or make changes to this bug.