diff options
| author | jhurst <jhurst@cinecert.com> | 2012-10-30 17:44:23 +0000 |
|---|---|---|
| committer | jhurst <> | 2012-10-30 17:44:23 +0000 |
| commit | 6055c4086a8c8bccf889a4db92ae598dfc869190 (patch) | |
| tree | 3b21771ee617f6dafd2bd867a46b1e84a26c41ba /src/KM_log.cpp | |
| parent | c696b39b7eacc54b92debe48e41c843fa4b25ae1 (diff) | |
checky
Diffstat (limited to 'src/KM_log.cpp')
| -rwxr-xr-x | src/KM_log.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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); } } |
