X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/7c756d68925891ec3d3aa0bec89ec215fd449bd1..a61b4976bd2085bf0495855b48fcad0d9ed4572e:/client/cmdlf.c diff --git a/client/cmdlf.c b/client/cmdlf.c index 1ce0ac81..da74f97f 100644 --- a/client/cmdlf.c +++ b/client/cmdlf.c @@ -410,7 +410,7 @@ int CmdLFSim(const char *Cmd) printf("."); } printf("\n"); - PrintAndLog("Starting simulator..."); + PrintAndLog("Starting to simulate"); UsbCommand c = {CMD_SIMULATE_TAG_125K, {GraphTraceLen, gap, 0}}; SendCommand(&c); return 0;