diff --git a/client/cmdhflegic.c b/client/cmdhflegic.c index 2200a15b9..031265fa8 100644 --- a/client/cmdhflegic.c +++ b/client/cmdhflegic.c @@ -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;