altosui: When switching log files, don't terminate log thread
authorKeith Packard <keithp@keithp.com>
Sat, 20 Nov 2010 07:09:15 +0000 (23:09 -0800)
committerKeith Packard <keithp@keithp.com>
Sat, 20 Nov 2010 07:09:15 +0000 (23:09 -0800)
The log thread automatically switches output files when the incoming
telemetry changes. Don't use 'close' for that as 'close' terminates
the log thread as well as closing the file. Create a new
'close_log_file' function which just closes the file.

Signed-off-by: Keith Packard <keithp@keithp.com>

No differences found