mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2024-12-15 23:14:38 +08:00
tester: fix inproper printout from cmd handler
This commit is contained in:
parent
2179f571e1
commit
bd36dfff02
@ -451,7 +451,7 @@ static void test_le_read_local_pk_status(const void *data, uint8_t size,
|
||||
uint8_t status = *((uint8_t *) data);
|
||||
|
||||
if (status) {
|
||||
tester_warn("Failed to send DHKey gen cmd (0x%02x)", status);
|
||||
tester_warn("Failed to send Read Local PK256 cmd (0x%02x)", status);
|
||||
tester_test_failed();
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user