parent
5173787218
commit
1f8b793471
|
@ -149,6 +149,7 @@ void apk_log(const char *prefix, const char *format, ...)
|
||||||
vfprintf(stdout, format, va);
|
vfprintf(stdout, format, va);
|
||||||
va_end(va);
|
va_end(va);
|
||||||
fprintf(stdout, "\n");
|
fprintf(stdout, "\n");
|
||||||
|
fflush(stdout);
|
||||||
apk_progress_force = 1;
|
apk_progress_force = 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue