force flush
[ppastats.git] / src / log.c
index 0790345..01667ff 100644 (file)
--- a/src/log.c
+++ b/src/log.c
@@ -93,6 +93,7 @@ static void vlogf(int lvl, const char *fmt, va_list ap)
                stdf = stdout;
 
        fprintf(stdf, "[%ld] %s %s\n", tv.tv_sec, lvl_str, buffer);
+       fflush(stdf);
 }
 
 void log_printf(int lvl, const char *fmt, ...)