From 3b944adbd0ff1aa6f1f817b6b27d4dd83187d247 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Sun, 4 Apr 2021 11:31:48 +0200 Subject: [PATCH] text --- client/src/cmdsmartcard.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/cmdsmartcard.c b/client/src/cmdsmartcard.c index 94ca44875..2f099dfb1 100644 --- a/client/src/cmdsmartcard.c +++ b/client/src/cmdsmartcard.c @@ -622,7 +622,7 @@ static int CmdSmartInfo(const char *Cmd) { PacketResponseNG resp; if (!WaitForResponseTimeout(CMD_SMART_ATR, &resp, 2500)) { if (verbose) { - PrintAndLogEx(WARNING, "smart card select failed"); + PrintAndLogEx(WARNING, "smart card timeout"); } return PM3_ETIMEOUT; }