diff --git a/clientgui/BOINCGUIApp.cpp b/clientgui/BOINCGUIApp.cpp index 2084a0849e..f84f28aa26 100644 --- a/clientgui/BOINCGUIApp.cpp +++ b/clientgui/BOINCGUIApp.cpp @@ -35,8 +35,6 @@ static volatile const char *BOINCrcsid="$Id$"; IMPLEMENT_APP(CBOINCGUIApp) IMPLEMENT_DYNAMIC_CLASS(CBOINCGUIApp, wxApp) -wxLogStderr LogStdErr(); - bool CBOINCGUIApp::OnInit() { @@ -51,6 +49,7 @@ bool CBOINCGUIApp::OnInit() // Enable Trace Masks wxLog::AddTraceMask( wxT("Function Start/End") ); + wxLog::SetActiveTarget( new wxLogStderr() ); // Enable the in memory virtual file system for // storing images