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"
|
#include "LogBOINC.h"
|
||||||
|
|
||||||
|
|
||||||
wxLogBOINC::wxLogBOINC() {
|
wxLogBOINC::wxLogBOINC() : wxLogStderr(stdout)
|
||||||
m_fp = stdout;
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
void wxLogBOINC::DoLogText(const wxString& msg) {
|
void wxLogBOINC::DoLogText(const wxString& msg) {
|
||||||
|
|
Loading…
Reference in New Issue