From 766262033ad6f5f3def88fa021a926812a9795d8 Mon Sep 17 00:00:00 2001 From: merlokk <807634+merlokk@users.noreply.github.com> Date: Mon, 4 Nov 2019 20:20:42 +0200 Subject: [PATCH] some text improvements --- client/aidsearch.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/client/aidsearch.c b/client/aidsearch.c index af17fb4d9..d139eebea 100644 --- a/client/aidsearch.c +++ b/client/aidsearch.c @@ -39,7 +39,7 @@ int openAIDFile(json_t **root) { goto out; } - PrintAndLogEx(SUCCESS, "Loaded file (%s) OK.", path); + PrintAndLogEx(SUCCESS, "Loaded file (%s) OK. %d records.", path, json_array_size(*root)); out: free(path); return retval; @@ -133,6 +133,7 @@ int PrintAIDDescription(char *aid, bool verbose) { PrintAndLogEx(SUCCESS, "AID %s | %s | %s", vaid, vendor, name); } else { PrintAndLogEx(NORMAL, "----------------------------------------"); + PrintAndLogEx(SUCCESS, "Input AID: %s", aid); if (aid) PrintAndLogEx(SUCCESS, "Found AID: %s", vaid); if (vendor)