CHG: added the verbose flag, to make the output in "hf search" lesser.

This commit is contained in:
iceman1001 2016-09-26 21:39:04 +02:00
commit 323e05cc20

View file

@ -843,11 +843,11 @@ int HFLegicInfo(const char *Cmd, bool verbose) {
} }
} }
} else { } else {
PrintAndLog("legic card select failed"); if ( verbose ) PrintAndLog("legic card select failed");
return 1; return 1;
} }
} else { } else {
PrintAndLog("command execution time out"); if ( verbose ) PrintAndLog("command execution time out");
return 1; return 1;
} }
return 0; return 0;