From 7abf8c6e4dd5b8b67070211496fe8d4e7480e1b2 Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Tue, 15 Mar 2011 20:33:46 +0200 Subject: mgmt: Fix debug log strings --- plugins/mgmtops.c | 4 ++-- 1 file 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; } -- cgit v1.2.1