chg: 'hf tune' - now with prefix :)

This commit is contained in:
iceman1001 2019-05-14 11:18:33 +02:00
commit 28398222e6

View file

@ -102,7 +102,7 @@ void PrintAndLogEx(logLevel_t level, const char *fmt, ...) {
return; return;
} }
if (level == INPLACE) { if (level == INPLACE) {
printf("\r%s", buffer); printf("\r[*] %s", buffer);
fflush(stdout); fflush(stdout);
return; return;
} }