chg:simpler debug printing

This commit is contained in:
iceman1001 2018-02-21 16:41:39 +01:00
commit 0248352ea6
6 changed files with 30 additions and 33 deletions

View file

@ -256,7 +256,7 @@ int CmdLFHitagReader(const char *Cmd) {
// Check the return status, stored in the first argument
if (resp.arg[0] == false) {
if (g_debugMode) PrintAndLogEx(DEBUG, "DEBUG: Error - hitag failed");
PrintAndLogEx(DEBUG, "DEBUG: Error - hitag failed");
return 1;
}