From 096ed1c628e9745420807b0cebbcac0b485c9648 Mon Sep 17 00:00:00 2001 From: Michael Wetherell Date: Thu, 26 May 2005 17:09:47 +0000 Subject: [PATCH] Fix for a wxLogDebug call git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34348 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/mac/corefoundation/hid.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.50.0