From adb1b90580782445e816ac5c511b356c948e7361 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Sat, 5 May 2018 19:00:08 +0200 Subject: [PATCH] chg: friendly exit message (@marshmellow42) --- client/cmdlf.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/client/cmdlf.c b/client/cmdlf.c index 14247c7fc..4804b8d99 100644 --- a/client/cmdlf.c +++ b/client/cmdlf.c @@ -870,6 +870,8 @@ int CmdLFfind(const char *Cmd) { // 26 === RHT2F_UID_ONLY if (CmdLFHitagReader("26") == 0) { PrintAndLogEx(SUCCESS, "\nValid Hitag Found!"); return 1;} if (CmdCOTAGRead("") > 0) { PrintAndLogEx(SUCCESS, "\nValid COTAG ID Found!"); return 1;} + + PrintAndLogEx(FAILED, "\nNo Data Found! - maybe not an LF tag?"); return 0; } } @@ -898,7 +900,7 @@ int CmdLFfind(const char *Cmd) { //if (CmdFermaxDemod("")) { PrintAndLogEx(SUCCESS, "\nValid Fermax ID Found!"); goto out;} // TIdemod? flexdemod? - PrintAndLogEx(FAILED, "\nno known 125/134 KHz tags Found!\n"); + PrintAndLogEx(FAILED, "\nNo known 125/134 KHz tags Found!\n"); if (testRaw=='u' || testRaw=='U'){ //test unknown tag formats (raw mode)