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