mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
CHG: added the verbose flag, to make the output in "hf search" lesser.
This commit is contained in:
parent
3c6542087e
commit
323e05cc20
1 changed files with 2 additions and 2 deletions
|
@ -843,11 +843,11 @@ int HFLegicInfo(const char *Cmd, bool verbose) {
|
|||
}
|
||||
}
|
||||
} else {
|
||||
PrintAndLog("legic card select failed");
|
||||
if ( verbose ) PrintAndLog("legic card select failed");
|
||||
return 1;
|
||||
}
|
||||
} else {
|
||||
PrintAndLog("command execution time out");
|
||||
if ( verbose ) PrintAndLog("command execution time out");
|
||||
return 1;
|
||||
}
|
||||
return 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue