From: Michael Wetherell Date: Thu, 26 May 2005 17:09:47 +0000 (+0000) Subject: Fix for a wxLogDebug call X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/096ed1c628e9745420807b0cebbcac0b485c9648 Fix for a wxLogDebug call git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34348 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/mac/corefoundation/hid.cpp b/src/mac/corefoundation/hid.cpp index d5578c28f7..4cb4aabd04 100644 --- a/src/mac/corefoundation/hid.cpp +++ b/src/mac/corefoundation/hid.cpp @@ -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