mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
chg:simpler debug printing
This commit is contained in:
parent
e69ca55246
commit
0248352ea6
6 changed files with 30 additions and 33 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue