qemu-img: avoid preprocessor directives in a printf call
authorPaolo Bonzini <pbonzini@redhat.com>
Thu, 4 Feb 2010 15:49:56 +0000 (16:49 +0100)
committermalc <av1474@comtv.ru>
Mon, 8 Feb 2010 09:12:40 +0000 (12:12 +0300)
commit60665085f71cbb1723a4d13a2d8c6eaa7bf65d1b
treee8610500e3498930dad134489bdfebfb6dc030bd
parent678a609748d451d67e2c73a4e0fd4d1744cf3200
qemu-img: avoid preprocessor directives in a printf call

Other choices include using "(printf)", but this one is not bad in
terms of readability.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: malc <av1474@comtv.ru>
qemu-img.c