summaryrefslogtreecommitdiff
path: root/src/KM_log.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/KM_log.cpp')
-rwxr-xr-xsrc/KM_log.cpp1
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);
}
}