diff --git a/clientgui/LogBOINC.cpp b/clientgui/LogBOINC.cpp index 644d607393..fe4f52a649 100644 --- a/clientgui/LogBOINC.cpp +++ b/clientgui/LogBOINC.cpp @@ -25,8 +25,8 @@ #include "LogBOINC.h" -wxLogBOINC::wxLogBOINC() { - m_fp = stdout; +wxLogBOINC::wxLogBOINC() : wxLogStderr(stdout) +{ } void wxLogBOINC::DoLogText(const wxString& msg) {