From: dn337t@gmail.com Date: Tue, 29 May 2012 12:12:00 +0000 (+0000) Subject: clarification in 'hf 15 cmd write' message using Adrian's second patch from issue 20 X-Git-Tag: v1.0.0~215 X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/eba61a5647762ee184535172db1db11137688ed8 clarification in 'hf 15 cmd write' message using Adrian's second patch from issue 20 --- diff --git a/client/cmdhf15.c b/client/cmdhf15.c index 03107509..851af8a8 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;