Commit 3614ab12 authored by 's avatar

Merged flush fix from branch

parent 1c6b5f18
......@@ -271,7 +271,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()
log_write=stupid_log_write
......
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