Diff between 84beb3c00c4eb89c752222aa1cce7e81902ce297 and a1fa0a3b49e5e3aa34ec97d55eddbb36884b3856

Changed Files

File Additions Deletions Status
tools/btmgmt.c +1 -1 modified

Full Patch

diff --git a/tools/btmgmt.c b/tools/btmgmt.c
index d254796..5133227 100644
--- a/tools/btmgmt.c
+++ b/tools/btmgmt.c
@@ -1769,7 +1769,7 @@ done:
 
 	if (mgmt_send(mgmt, MGMT_OP_SET_DEVICE_ID, index, sizeof(cp), &cp,
 						did_rsp, NULL, NULL) == 0) {
-		fprintf(stderr, "Unable to send set_dev_class cmd\n");
+		fprintf(stderr, "Unable to send set_device_id cmd\n");
 		exit(EXIT_FAILURE);
 	}
 }