diff options
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); } } |
