git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21736
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
#endif // wxUSE_LOG
#endif //WX_PRECOMP
#endif // wxUSE_LOG
#endif //WX_PRECOMP
#include "wx/apptrait.h"
#include "wx/cmdline.h"
#include "wx/confbase.h"
#include "wx/apptrait.h"
#include "wx/cmdline.h"
#include "wx/confbase.h"
if ( !s_bNoAsserts )
{
// send it to the normal log destination
if ( !s_bNoAsserts )
{
// send it to the normal log destination
- wxLogDebug(_T("%s"), msg);
+ wxLogDebug(_T("%s"), msg.c_str());