Skip to content

Commit

Permalink
Add expected transaction ID to PTPDevice log message
Browse files Browse the repository at this point in the history
  • Loading branch information
baku89 committed Sep 17, 2024
1 parent f5ed831 commit 0b308c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/src/PTPDevice.ts
Original file line number Diff line number Diff line change
Expand Up @@ -474,6 +474,7 @@ export class PTPDevice extends EventEmitter<EventTypes> {
'type=' + PTPBlockType[type],
'code=' + toHexString(code, 2),
'id=' + transactionId,
'expectedId=' + expectedTransactionId,
'payload=',
payload
)
Expand Down

0 comments on commit 0b308c0

Please sign in to comment.