diff --git a/host/src/simtrace2-cardem-pcsc.c b/host/src/simtrace2-cardem-pcsc.c index dabe693a..031e1f0b 100644 --- a/host/src/simtrace2-cardem-pcsc.c +++ b/host/src/simtrace2-cardem-pcsc.c @@ -334,7 +334,7 @@ static void usb_irq_xfer_cb(struct libusb_transfer *xfer) exit(1); break; default: - LOGCI(ci, LOGL_FATAL, "USB IN transfer failed, status=%u\n", xfer->status); + LOGCI(ci, LOGL_FATAL, "USB INT transfer failed, status=%u\n", xfer->status); exit(1); break; }