hw/s390x: Replace fprintf(stderr, "*\n" with qemu_log_mask()
authorAlistair Francis <alistair.francis@xilinx.com>
Wed, 20 Dec 2017 17:24:41 +0000 (09:24 -0800)
committerCornelia Huck <cohuck@redhat.com>
Mon, 22 Jan 2018 10:04:52 +0000 (11:04 +0100)
commit74a69e03c11412f4f3356f8ebc14339e5b1130ca
tree6cae83c3b48af0197f17da9fd87b97d64f43e30c
parente537112b418306229eb74c53de93751dd7b484d0
hw/s390x: Replace fprintf(stderr, "*\n" with qemu_log_mask()

One fprintf(stderr, was manually converted to a
qemu_log_mask(LOG_GUEST_ERROR,

Signed-off-by: Alistair Francis <alistair.francis@xilinx.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-Id: <3f49c0ff601f27534d4536c87c00d01c233e067f.1513790495.git.alistair.francis@xilinx.com>
[CH: tweaked commit message]
Signed-off-by: Cornelia Huck <cohuck@redhat.com>
hw/s390x/virtio-ccw.c