X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/bfbd6dc1921a17bd880d580dd660e8bc478a9391..07fce3c2f91978b00eef7a74615badb374774fc0:/src/msw/app.cpp diff --git a/src/msw/app.cpp b/src/msw/app.cpp index 903493b2f1..42f473f2f5 100644 --- a/src/msw/app.cpp +++ b/src/msw/app.cpp @@ -564,7 +564,7 @@ void wxApp::CleanUp() // wxDebugContext, too. if (wxDebugContext::CountObjectsLeft(TRUE) > 0) { - wxLogDebug(wxT("There were memory leaks.")); + wxLogMessage(wxT("There were memory leaks.")); wxDebugContext::Dump(); wxDebugContext::PrintStatistics(); }