print: flush on apk_log

Makes it more useful whith pipes.
cute-signatures
Natanael Copa 2013-12-05 10:58:23 +01:00
parent 5173787218
commit 1f8b793471
1 changed files with 1 additions and 0 deletions

View File

@ -149,6 +149,7 @@ void apk_log(const char *prefix, const char *format, ...)
vfprintf(stdout, format, va);
va_end(va);
fprintf(stdout, "\n");
fflush(stdout);
apk_progress_force = 1;
}