mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
chg: 'hf tune' - now with prefix :)
This commit is contained in:
parent
d4eb91fa43
commit
28398222e6
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue