From a1fa0a3b49e5e3aa34ec97d55eddbb36884b3856 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Wed, 2 Oct 2013 06:14:43 -0700 Subject: [PATCH] tools/btmgmt: Fix small copy&paste issue --- tools/btmgmt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/btmgmt.c b/tools/btmgmt.c index d2547960f..513322783 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); } } -- 2.47.3