From 13f9996bbaeb5865fa1e152a45509aceaad73734 Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Tue, 10 Feb 2009 13:48:08 +0200 Subject: Fix error message --- src/dbus-hci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/dbus-hci.c b/src/dbus-hci.c index d8b8bbe1..f0c057ee 100644 --- a/src/dbus-hci.c +++ b/src/dbus-hci.c @@ -1185,7 +1185,7 @@ void hcid_dbus_write_simple_pairing_mode_complete(bdaddr_t *local) if (hci_read_simple_pairing_mode(dd, &mode, HCI_REQ_TIMEOUT) < 0) { - error("Can't read class of adapter on %s: %s(%d)", + error("Can't read simple pairing mode for %s: %s(%d)", path, strerror(errno), errno); hci_close_dev(dd); return; -- cgit