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:
Michael Wetherell
2005-05-26 17:09:47 +00:00
parent 0caebc27b4
commit 096ed1c628

View File

@@ -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