mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2024-11-26 13:44:23 +08:00
tools/btmgmt: Fix small copy&paste issue
This commit is contained in:
parent
84beb3c00c
commit
a1fa0a3b49
@ -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);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user