From: Steve Dower Date: Wed, 11 Mar 2015 02:40:37 +0000 (-0700) Subject: Removes unused format string insertion in launcher.c. X-Git-Tag: v3.5.0a3~205 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6dd20c2d52e079161ce6c8082619fafc734efa14;p=thirdparty%2FPython%2Fcpython.git Removes unused format string insertion in launcher.c. --- 6dd20c2d52e079161ce6c8082619fafc734efa14 diff --cc PC/launcher.c index 33dd5dab5d60,fa0868467ff5..152302077906 --- a/PC/launcher.c +++ b/PC/launcher.c @@@ -267,8 -259,8 +267,8 @@@ directory\n" ip->executable, attrs); } else if (find_existing_python(ip->executable)) { - debug(L"locate_pythons_for_key: %s: already \ + debug(L"locate_pythons_for_key: %ls: already \ - found: %ls\n", ip->executable); + found\n", ip->executable); } else { /* check the executable type. */