mirror of https://github.com/BOINC/boinc.git
MGR: Use the formal method to redirect to stdout (introduced in 3.0)
This commit is contained in:
parent
686f0f24d6
commit
9733be36fd
|
@ -25,8 +25,8 @@
|
|||
#include "LogBOINC.h"
|
||||
|
||||
|
||||
wxLogBOINC::wxLogBOINC() {
|
||||
m_fp = stdout;
|
||||
wxLogBOINC::wxLogBOINC() : wxLogStderr(stdout)
|
||||
{
|
||||
}
|
||||
|
||||
void wxLogBOINC::DoLogText(const wxString& msg) {
|
||||
|
|
Loading…
Reference in New Issue