Fix for a wxLogDebug call
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34348 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
0caebc27b4
commit
096ed1c628
@ -681,7 +681,7 @@ long wxMacExecute(wxChar **argv,
|
||||
//check for error
|
||||
if(status != noErr)
|
||||
{
|
||||
wxLogDebug(wxString::Format(wxT("wxMacExecute ERROR: %d")), (int)status);
|
||||
wxLogDebug(wxT("wxMacExecute ERROR: %d"), (int)status);
|
||||
return errorCode ;
|
||||
}
|
||||
return successCode; //success
|
||||
|
Loading…
Reference in New Issue
Block a user