mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=4749
This commit is contained in:
parent
16264d4901
commit
870e2496fa
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue