mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-06-05 17:12:17 +00:00
Fix wrong log message value
This commit is contained in:
@@ -838,7 +838,7 @@ int ExchangeRAW14a(uint8_t *datain, int datainlen, bool activateField, bool leav
|
||||
}
|
||||
|
||||
if (recv[0] != data[0]) {
|
||||
if (!silentMode) PrintAndLogEx(ERR, "iso14443-4 framing error. Card send %2x must be %2x", dataout[0], data[0]);
|
||||
if (!silentMode) PrintAndLogEx(ERR, "iso14443-4 framing error. Card send %2x must be %2x", recv[0], data[0]);
|
||||
return 2;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user