chg: the dot progress is not logged anymore. Force fflush afterwards.
This commit is contained in:
@@ -135,7 +135,7 @@ int main(int argc, char **argv) {
|
||||
fprintf(stdout, "Waiting for Proxmark to appear on %s", serial_port_name);
|
||||
do {
|
||||
msleep(500);
|
||||
fprintf(stderr, ".");
|
||||
fprintf(stderr, "."); fflush(stdout);
|
||||
} while (!OpenProxmark());
|
||||
|
||||
fprintf(stdout, " Found.\n");
|
||||
|
||||
Reference in New Issue
Block a user