X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/e475fce44d187f6a22f74263dd8e07e30dbd1672..a468b4277ac961158b6984be92b1be186e30797a:/client/cmdlf.c diff --git a/client/cmdlf.c b/client/cmdlf.c index 63dd737e..51e89581 100644 --- a/client/cmdlf.c +++ b/client/cmdlf.c @@ -947,6 +947,7 @@ int CmdLFfind(const char *Cmd) return 1; } } + PrintAndLog("\nNo Data Found! - maybe not an LF tag?\n"); return 0; }