CHG: added the verbose flag, to make the output in "hf search" lesser.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user