When starting logging it was possible for the filename displayed to be different than the actual filename used (though probably at most off by 1 second). More importantly, when stopping logging the filename displayed would be constructed at the time that logging was stopped, so would almost never be correct. This PR fixes both by repurposing the pane-specific logging_variable to hold the filename being logged to.
When starting logging it was possible for the filename displayed to be different than the actual filename used (though probably at most off by 1 second). More importantly, when stopping logging the filename displayed would be constructed at the time that logging was stopped, so would almost never be correct. This PR fixes both by repurposing the pane-specific
logging_variable
to hold the filename being logged to.