summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2011-03-15 20:33:46 +0200
committerJohan Hedberg <johan.hedberg@nokia.com>2011-03-15 20:34:08 +0200
commit7abf8c6e4dd5b8b67070211496fe8d4e7480e1b2 (patch)
tree193d82d0863116efdd52c7650687779e43c8702a
parentcaa8299225321f630e49e1b6cd8fa7c620d907f1 (diff)
downloadbluez-7abf8c6e4dd5b8b67070211496fe8d4e7480e1b2.tar.gz
mgmt: Fix debug log strings
-rw-r--r--plugins/mgmtops.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/mgmtops.c b/plugins/mgmtops.c
index 562bb09f2..c8d6ceb1d 100644
--- a/plugins/mgmtops.c
+++ b/plugins/mgmtops.c
@@ -1007,14 +1007,14 @@ static void set_local_name_complete(int sk, uint16_t index, void *buf,
struct btd_adapter *adapter;
if (len < sizeof(*rp)) {
- error("Too small pair_device complete event");
+ error("Too small set_local_name complete event");
return;
}
DBG("hci%d name %s", index, (char *) rp->name);
if (index > max_index) {
- error("Unexpected index %u in pair_device complete", index);
+ error("Unexpected index %u in set_local_name complete", index);
return;
}