summaryrefslogtreecommitdiff
path: root/bt-host.c
diff options
context:
space:
mode:
Diffstat (limited to 'bt-host.c')
-rw-r--r--bt-host.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bt-host.c b/bt-host.c
index 042a55e47e..3c7b270dff 100644
--- a/bt-host.c
+++ b/bt-host.c
@@ -200,7 +200,7 @@ struct HCIInfo *bt_host_hci(const char *id)
#else
struct HCIInfo *bt_host_hci(const char *id)
{
- fprintf(stderr, "qemu: bluetooth passthrough not supported (yet)\n", errno);
+ fprintf(stderr, "qemu: bluetooth passthrough not supported (yet)\n");
return 0;
}