mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-21 16:37:12 +01:00
Remove wxLogNull declaration from LoadModule(wxString fname) as it obviated subsequent calls to wxLogDebug().
Add call to wxLog::FlushActive() to end of AudacityApp::OnInit() so calls to wxLog*() in Load*() calls get written to log.
This commit is contained in:
@@ -1306,6 +1306,8 @@ bool AudacityApp::OnInit()
|
||||
|
||||
mWindowRectAlreadySaved = FALSE;
|
||||
|
||||
wxLog::FlushActive(); // Make sure all log messages are written.
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user