From 0ec1c2d66a10a9c7325ea7b473c418c267756c43 Mon Sep 17 00:00:00 2001 From: merlokk Date: Sun, 19 Nov 2017 19:05:50 +0200 Subject: [PATCH] small fix) --- client/emv/cmdemv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/emv/cmdemv.c b/client/emv/cmdemv.c index efa5b297..ac14f9c8 100644 --- a/client/emv/cmdemv.c +++ b/client/emv/cmdemv.c @@ -248,7 +248,7 @@ int CmdHFEMVPPSE(const char *cmd) { int res = EMVSelectPSE(activateField, leaveSignalON, PSENum, buf, sizeof(buf), &len, &sw); if (sw) - PrintAndLog("APDU response: %04x - %s", sw, GetAPDUCodeDescription(sw >> 8, sw & 0xff)); + PrintAndLog("APDU response status: %04x - %s", sw, GetAPDUCodeDescription(sw >> 8, sw & 0xff)); if (res) return res;