summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2009-02-10 13:48:08 +0200
committerJohan Hedberg <johan.hedberg@nokia.com>2009-02-10 13:50:33 +0200
commit13f9996bbaeb5865fa1e152a45509aceaad73734 (patch)
treebf615b904f5fb9849f5d2cef8a1cba9a3be7032f /src
parent1654768556ca1a8429dc83b6acd8702514fd4370 (diff)
Fix error message
Diffstat (limited to 'src')
-rw-r--r--src/dbus-hci.c2
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;