Diff between caa8299225321f630e49e1b6cd8fa7c620d907f1 and 7abf8c6e4dd5b8b67070211496fe8d4e7480e1b2

Changed Files

File Additions Deletions Status
plugins/mgmtops.c +2 -2 modified

Full Patch

diff --git a/plugins/mgmtops.c b/plugins/mgmtops.c
index 562bb09..c8d6ceb 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;
 	}