Re: [Qemu-devel] [PATCH] qcow2: Add missing space in error message

2013-10-09 Thread Kevin Wolf
Am 09.10.2013 um 14:40 hat Max Reitz geschrieben: > The error message in qcow2_downgrade about an unsupported refcount > order is missing a space. This patch adds it. > > Signed-off-by: Max Reitz Thanks, applied to the block branch. Kevin

[Qemu-devel] [PATCH] qcow2: Add missing space in error message

2013-10-09 Thread Max Reitz
The error message in qcow2_downgrade about an unsupported refcount order is missing a space. This patch adds it. Signed-off-by: Max Reitz --- block/qcow2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/block/qcow2.c b/block/qcow2.c index d59ecbd..1385f92 100644 --- a/block/