diff --git a/client/cmdhf15.c b/client/cmdhf15.c index 031075092..851af8a80 100644 --- a/client/cmdhf15.c +++ b/client/cmdhf15.c @@ -705,7 +705,7 @@ int CmdHF15CmdSysinfo(const char *Cmd) { PrintAndLog("CRC failed"); } } else { - PrintAndLog("no answer"); + PrintAndLog("timeout: no answer"); } return 0;