]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/log.cpp
applying OSAF patch for "toolbar selection not correct on Mac after calling Realize...
[wxWidgets.git] / src / common / log.cpp
index 7796bf94d440043934c9cc5cd8484b1a0f93bb37..98256b16e0ea3275ecf10230a4e0b1235d440145 100644 (file)
@@ -555,7 +555,7 @@ void wxLogStderr::DoLogString(const wxChar *szString, time_t WXUNUSED(t))
         if ( traits && !traits->HasStderr() )
         {
             wxMessageOutputDebug dbgout;
-            dbgout.Printf(_T("%s"), str.c_str());
+            dbgout.Printf(_T("%s\n"), str.c_str());
         }
     }
 }