From 743ac2670866af11f2393158be1ebd8bc68c3e5e Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Sat, 10 Oct 2020 18:14:04 +0200 Subject: [PATCH] make debug.. --- client/src/scripting.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/scripting.c b/client/src/scripting.c index 608577306..69e8436c5 100644 --- a/client/src/scripting.c +++ b/client/src/scripting.c @@ -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);