]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/app.cpp
More makefile and project fun
[wxWidgets.git] / src / msw / app.cpp
index 903493b2f10080c36c3beaccad64e48009fe1ae5..42f473f2f58122cd21c0d6939b6869f0af212281 100644 (file)
@@ -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();
     }