Fixed problem with log file
When the log file is chosen by name (cmd("setLogFile"...))
there was a problem due to an apparent double initialization
of log file. Now, logfile is open when cmd("setLogFile"...)
and, in case it is still not open when cmd("init") is called,
it is opened to stdout
Loading
Please sign in to comment