diff --git a/shared/ggate.c b/shared/ggate.c index 9911a49..eef8f27 100644 --- a/shared/ggate.c +++ b/shared/ggate.c @@ -93,6 +93,7 @@ g_gate_vlog(int priority, const char *message, va_list ap) printf("%s: ", prefix); vprintf(message, ap); printf("\n"); + fflush(stdout); } else { if (priority != LOG_DEBUG) vsyslog(priority, message, ap);