OSDN Git Service
(root)
/
android-x86
/
external-bluetooth-bluez.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
84beb3c
)
tools/btmgmt: Fix small copy&paste issue
author
Marcel Holtmann
<marcel@holtmann.org>
Wed, 2 Oct 2013 13:14:43 +0000
(06:14 -0700)
committer
Marcel Holtmann
<marcel@holtmann.org>
Wed, 2 Oct 2013 13:15:52 +0000
(06:15 -0700)
tools/btmgmt.c
patch
|
blob
|
history
diff --git
a/tools/btmgmt.c
b/tools/btmgmt.c
index
d254796
..
5133227
100644
(file)
--- 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_dev
ice_id
cmd\n");
exit(EXIT_FAILURE);
}
}