Skip to content
Snippets Groups Projects
Commit 1f8b7934 authored by Natanael Copa's avatar Natanael Copa
Browse files

print: flush on apk_log

Makes it more useful whith pipes.
parent 51737872
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment