simtrace2-cardem-pcsc: Fix copy+paste error in log message

Change-Id: I98e4356900a22f69d0ff262cb112194b1e11d4af
This commit is contained in:
Harald Welte 2022-01-26 20:31:22 +01:00
parent ca62121c19
commit 5cc3add0b0
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}