From 28398222e649bacdd42c0b9514682ad6a632e5b6 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Tue, 14 May 2019 11:18:33 +0200 Subject: [PATCH] chg: 'hf tune' - now with prefix :) --- client/ui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/ui.c b/client/ui.c index 010ee8499..fa7f24a2d 100644 --- a/client/ui.c +++ b/client/ui.c @@ -102,7 +102,7 @@ void PrintAndLogEx(logLevel_t level, const char *fmt, ...) { return; } if (level == INPLACE) { - printf("\r%s", buffer); + printf("\r[*] %s", buffer); fflush(stdout); return; }