From 6055c4086a8c8bccf889a4db92ae598dfc869190 Mon Sep 17 00:00:00 2001 From: jhurst Date: Tue, 30 Oct 2012 17:44:23 +0000 Subject: checky --- src/KM_log.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/KM_log.cpp') diff --git a/src/KM_log.cpp b/src/KM_log.cpp index 7ac0f90..182d91e 100755 --- a/src/KM_log.cpp +++ b/src/KM_log.cpp @@ -111,6 +111,7 @@ Kumu::StdioLogSink::WriteEntry(const LogEntry& Entry) { Entry.CreateStringWithOptions(buf, m_options); fputs(buf.c_str(), m_stream); + fflush(m_stream); } } -- cgit v1.2.3