usb: usb_transfer: log which endpoint transfer will be cancelled
Log which endpoint transfer will be cancelled. Signed-off-by: Johann Fischer <j.fischer@phytec.de>
This commit is contained in:
parent
5f68b63896
commit
5700a6227d
|
@ -286,7 +286,7 @@ void usb_cancel_transfers(void)
|
|||
if (trans->status == -EBUSY) {
|
||||
trans->status = -ECANCELED;
|
||||
k_work_submit(&trans->work);
|
||||
LOG_DBG("Cancel transfer");
|
||||
LOG_DBG("Cancel transfer for ep: 0x%02x", trans->ep);
|
||||
}
|
||||
|
||||
irq_unlock(key);
|
||||
|
|
Loading…
Reference in a new issue