diff options
Diffstat (limited to 'sal')
-rw-r--r-- | sal/osl/all/log.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sal/osl/all/log.cxx b/sal/osl/all/log.cxx index 056d2a4cd437..aa3105d7b29e 100644 --- a/sal/osl/all/log.cxx +++ b/sal/osl/all/log.cxx @@ -240,6 +240,7 @@ void log( #endif } else { std::fputs(s.str().c_str(), stderr); + std::fflush(stderr); } #endif } |