+12
−12
Loading
Currently, every write to the log file is done by opening the file, writing
to it, then closing the file. This rather expensive. Just open it at the
beginning and close it at the end.
Signed-off-by:
Steven Rostedt (VMware) <rostedt@goodmis.org>