From 093065f77abd7a2f21d8023646ab1ed1a3eeb219 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Mon, 11 May 2020 17:23:01 +0200 Subject: [PATCH] chg: 'data load' - color --- client/src/cmddata.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/cmddata.c b/client/src/cmddata.c index cf2256acb..9125184be 100644 --- a/client/src/cmddata.c +++ b/client/src/cmddata.c @@ -1810,7 +1810,7 @@ static int CmdLoad(const char *Cmd) { fclose(f); - PrintAndLogEx(SUCCESS, "loaded %zu samples", GraphTraceLen); + PrintAndLogEx(SUCCESS, "loaded " _YELLOW_("%zu") " samples", GraphTraceLen); uint8_t bits[GraphTraceLen]; size_t size = getFromGraphBuf(bits);