From eb7fd5f8ab841dd3a1418e1eedbec5847aa58a3c Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Wed, 30 Oct 2019 15:45:52 +0100 Subject: [PATCH] textual --- client/cmdhw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/cmdhw.c b/client/cmdhw.c index 619e73abe..5eb6c7100 100644 --- a/client/cmdhw.c +++ b/client/cmdhw.c @@ -542,7 +542,7 @@ static int CmdPing(const char *Cmd) { bool error = false; if (len) { error = memcmp(data, resp.data.asBytes, len) != 0; - PrintAndLogEx((error) ? ERR : SUCCESS, "Ping response " _GREEN_("received") "and content is %s", error ? _RED_("NOT ok") : _GREEN_("ok")); + PrintAndLogEx((error) ? ERR : SUCCESS, "Ping response " _GREEN_("received") "and content is %s", error ? _RED_("NOT ok") : _GREEN_("OK")); } else { PrintAndLogEx(SUCCESS, "Ping response " _GREEN_("received")); }