make debug..

This commit is contained in:
iceman1001 2020-10-10 18:14:04 +02:00
commit 743ac26708

View file

@ -1114,9 +1114,9 @@ static int l_em4x05_read(lua_State *L) {
use_pwd = true;
}
PrintAndLogEx(INFO, "Addr %u", addr);
PrintAndLogEx(DEBUG, "Addr %u", addr);
if (use_pwd)
PrintAndLogEx(INFO, " Pwd %08X", password);
PrintAndLogEx(DEBUG, " Pwd %08X", password);
uint32_t word = 0;
int res = EM4x05ReadWord_ext(addr, password, use_pwd, &word);