From 870e2496fa02f6b78418021ecf837b6a8066c579 Mon Sep 17 00:00:00 2001 From: Rom Walton Date: Sat, 4 Dec 2004 00:02:41 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=4749 --- clientgui/BOINCGUIApp.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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