laforge has uploaded this change for review. ( https://gerrit.osmocom.org/c/simtrace2/+/27388 )
Change subject: simtrace2-cardem-pcsc: Fix copy+paste error in log message ......................................................................
simtrace2-cardem-pcsc: Fix copy+paste error in log message
Change-Id: I98e4356900a22f69d0ff262cb112194b1e11d4af --- M host/src/simtrace2-cardem-pcsc.c 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/simtrace2 refs/changes/88/27388/1
diff --git a/host/src/simtrace2-cardem-pcsc.c b/host/src/simtrace2-cardem-pcsc.c index c684868..df4397a 100644 --- a/host/src/simtrace2-cardem-pcsc.c +++ b/host/src/simtrace2-cardem-pcsc.c @@ -334,7 +334,7 @@ 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; }