Commit 5c0d8b9c authored by 's avatar

Merged logfile flush fix from 2.2 branch

parent 3614ab12
......@@ -142,6 +142,7 @@ def stupid_log_write(subsystem, severity, summary, detail, error):
trailer='\n', limit=100))
except:
_stupid_dest.write("%s: %s\n" % error[:2])
_stupid_dest.flush()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment