OSDN Git Service

tools/btmgmt: Fix small copy&paste issue
authorMarcel Holtmann <marcel@holtmann.org>
Wed, 2 Oct 2013 13:14:43 +0000 (06:14 -0700)
committerMarcel Holtmann <marcel@holtmann.org>
Wed, 2 Oct 2013 13:15:52 +0000 (06:15 -0700)
tools/btmgmt.c

index d254796..5133227 100644 (file)
@@ -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);
        }
 }