From d44789915e0daa807138eaa8313e50808344e472 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Orsini Date: Thu, 10 May 2012 15:18:09 +0000 Subject: [PATCH] force flush --- src/log.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/log.c b/src/log.c index 0790345..01667ff 100644 --- 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, ...) -- 2.7.4