qcow2: Add missing space in error message
commit9e3f08923a14ba0655c6797edd9ffef44bb8cbf2
authorMax Reitz <mreitz@redhat.com>
Wed, 9 Oct 2013 12:40:48 +0000 (9 14:40 +0200)
committerKevin Wolf <kwolf@redhat.com>
Fri, 11 Oct 2013 14:49:59 +0000 (11 16:49 +0200)
tree40cde76f4749b7e338b6e5451eba9aafaefe6c75
parent89e911816a1d5cdbc9480d5464c571d216cf5ea8
qcow2: Add missing space in error message

The error message in qcow2_downgrade about an unsupported refcount
order is missing a space. This patch adds it.

Signed-off-by: Max Reitz <mreitz@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
block/qcow2.c