1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-23 13:04:29 +00:00

Flush output.

This commit is contained in:
Con Kolivas 2011-08-16 11:21:26 +10:00
parent 53a4245a43
commit 074b8193b2

3
main.c
View File

@ -4158,7 +4158,8 @@ static void print_summary(void)
if (active_device(i))
log_print_status(i);
}
applog(LOG_WARNING, "\n");
fflush(stdout);
fflush(stderr);
}
void quit(int status, const char *format, ...)