summaryrefslogtreecommitdiff
path: root/src/KM_log.cpp
diff options
context:
space:
mode:
authorjhurst <jhurst@cinecert.com>2012-10-30 17:44:23 +0000
committerjhurst <>2012-10-30 17:44:23 +0000
commit6055c4086a8c8bccf889a4db92ae598dfc869190 (patch)
tree3b21771ee617f6dafd2bd867a46b1e84a26c41ba /src/KM_log.cpp
parentc696b39b7eacc54b92debe48e41c843fa4b25ae1 (diff)
checky
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);
}
}