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:
@@ -681,7 +681,7 @@ long wxMacExecute(wxChar **argv,
|
|||||||
//check for error
|
//check for error
|
||||||
if(status != noErr)
|
if(status != noErr)
|
||||||
{
|
{
|
||||||
wxLogDebug(wxString::Format(wxT("wxMacExecute ERROR: %d")), (int)status);
|
wxLogDebug(wxT("wxMacExecute ERROR: %d"), (int)status);
|
||||||
return errorCode ;
|
return errorCode ;
|
||||||
}
|
}
|
||||||
return successCode; //success
|
return successCode; //success
|
||||||
|
Reference in New Issue
Block a user