diff options
author | Johan Hedberg <johan.hedberg@nokia.com> | 2009-02-10 13:48:08 +0200 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@nokia.com> | 2009-02-10 13:50:33 +0200 |
commit | 13f9996bbaeb5865fa1e152a45509aceaad73734 (patch) | |
tree | bf615b904f5fb9849f5d2cef8a1cba9a3be7032f | |
parent | 1654768556ca1a8429dc83b6acd8702514fd4370 (diff) |
Fix error message
-rw-r--r-- | src/dbus-hci.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |