aboutsummaryrefslogtreecommitdiff
path: root/hw/bt/hid.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/bt/hid.c')
-rw-r--r--hw/bt/hid.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/bt/hid.c b/hw/bt/hid.c
index 09d17322e4..056291f9b5 100644
--- a/hw/bt/hid.c
+++ b/hw/bt/hid.c
@@ -419,7 +419,7 @@ static void bt_hid_interrupt_sdu(void *opaque, const uint8_t *data, int len)
return;
bad:
- fprintf(stderr, "%s: bad transaction on Interrupt channel.\n",
+ error_report("%s: bad transaction on Interrupt channel.",
__func__);
}