This series of patches replaces some more occurrences of fprintf(stderr, ...) with error_report() and removes the trailing "\n". Those for debugging are not changed.
Le Tan (2): arch_init: replace fprintf(stderr,...) with error_report() block: replace fprintf(stderr,...) with error_report() arch_init.c | 32 +++++++------- block-migration.c | 5 +-- block.c | 4 +- block/qcow2-refcount.c | 114 ++++++++++++++++++++++++------------------------ block/qcow2.c | 18 ++++---- block/raw-posix.c | 10 ++--- block/raw-win32.c | 6 +-- block/ssh.c | 2 +- block/vdi.c | 15 ++++--- block/vmdk.c | 15 +++---- block/vpc.c | 4 +- block/vvfat.c | 69 +++++++++++++++-------------- blockdev.c | 6 +-- 13 files changed, 147 insertions(+), 153 deletions(-) -- 1.7.9.5