From f5b7371d7c49c8f841ff6487424c0c2707cab810 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Wed, 17 Apr 2019 14:33:09 +0200 Subject: [PATCH] fix --- client/cmdhffido.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/cmdhffido.c b/client/cmdhffido.c index 79aaebef2..f834fd32c 100644 --- a/client/cmdhffido.c +++ b/client/cmdhffido.c @@ -75,7 +75,7 @@ static int CmdHFFidoInfo(const char *cmd) { if (sw) PrintAndLogEx(INFO, "Not a FIDO card! APDU response: %04x - %s", sw, GetAPDUCodeDescription(sw >> 8, sw & 0xff)); else - PrintAndLogEx(ERROR, "APDU exchange error. Card returns 0x0000."); + PrintAndLogEx(ERR, "APDU exchange error. Card returns 0x0000."); DropField(); return 0;