Skip to content

Commit 63ea45b

Browse files
committed
irecv_open_with_ecid: Print correct ECID for KIS devices
1 parent 33bdb73 commit 63ea45b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/libirecovery.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1785,7 +1785,7 @@ irecv_error_t irecv_open_with_ecid(irecv_client_t* pclient, uint64_t ecid)
17851785
irecv_close(client);
17861786
return IRECV_E_NO_DEVICE; //wrong device
17871787
}
1788-
debug("found device with ECID %016" PRIx64 "\n", (uint64_t)ecid);
1788+
debug("found device with ECID %016" PRIx64 "\n", (uint64_t)client->device_info.ecid);
17891789
} else {
17901790
irecv_copy_nonce_with_tag(client, "NONC", &client->device_info.ap_nonce, &client->device_info.ap_nonce_size);
17911791
irecv_copy_nonce_with_tag(client, "SNON", &client->device_info.sep_nonce, &client->device_info.sep_nonce_size);

0 commit comments

Comments
 (0)