Fix few zelaous WARNING->ERR

This commit is contained in:
Philippe Teuwen 2019-07-14 12:17:34 +02:00
commit 55602bf833
13 changed files with 31 additions and 31 deletions

View file

@ -225,7 +225,7 @@ int MAD1DecodeAndPrint(uint8_t *sector, bool verbose, bool *haveMAD2) {
PrintAndLogEx(NORMAL, "Card publisher sector not present.");
}
if (InfoByte == 0x10 || InfoByte >= 0x28)
PrintAndLogEx(ERR, "Info byte error");
PrintAndLogEx(WARNING, "Info byte error");
PrintAndLogEx(NORMAL, "00 MAD1");
for (int i = 1; i < 16; i++) {