diff --git a/client/src/scripting.c b/client/src/scripting.c index 17362e5f6..e603ce359 100644 --- a/client/src/scripting.c +++ b/client/src/scripting.c @@ -1171,7 +1171,7 @@ static int l_em4x50_read(lua_State *L) { PrintAndLogEx(DEBUG, "Addr %u", etd.address); if (etd.pwd_given) - PrintAndLogEx(DEBUG, " Pwd %08X", etd.password); + PrintAndLogEx(DEBUG, " Pwd %s", sprint_hex(etd.password, sizeof(etd.password))); em4x50_word_t words[EM4X50_NO_WORDS];