laforge has submitted this change. ( 
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(-)

Approvals:
  Jenkins Builder: Verified
  laforge: Looks good to me, approved



diff --git a/host/src/simtrace2-cardem-pcsc.c b/host/src/simtrace2-cardem-pcsc.c
index dabe693..031e1f0 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;
        }

--
To view, visit https://gerrit.osmocom.org/c/simtrace2/+/27388
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: simtrace2
Gerrit-Branch: master
Gerrit-Change-Id: I98e4356900a22f69d0ff262cb112194b1e11d4af
Gerrit-Change-Number: 27388
Gerrit-PatchSet: 4
Gerrit-Owner: laforge <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <[email protected]>
Gerrit-MessageType: merged

Reply via email to