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);