mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-19 14:42:22 +08:00
tweak message
This commit is contained in:
parent
d34e95b9a8
commit
8a408088af
1 changed files with 1 additions and 1 deletions
|
@ -984,7 +984,7 @@ static int waitCmd(uint8_t iSelect) {
|
|||
if (len){
|
||||
PrintAndLogEx(NORMAL, "Card selected. UID[%i]:", len);
|
||||
} else {
|
||||
PrintAndLogEx(NORMAL, "Can't select card.");
|
||||
PrintAndLogEx(WARNING, "Can't select card.");
|
||||
}
|
||||
} else {
|
||||
PrintAndLogEx(NORMAL, "received %i bytes:", len);
|
||||
|
|
Loading…
Reference in a new issue