From: Steve Dower Date: Wed, 11 Mar 2015 02:38:25 +0000 (-0700) Subject: Removes unused format string insertion in launcher.c. X-Git-Tag: v3.5.0a3~205^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=13be8c269155706bb22601518ba42a36e05ff361;p=python Removes unused format string insertion in launcher.c. --- diff --git a/PC/launcher.c b/PC/launcher.c index ee3cd44ddc..fa0868467f 100644 --- a/PC/launcher.c +++ b/PC/launcher.c @@ -260,7 +260,7 @@ directory\n", } else if (find_existing_python(ip->executable)) { debug(L"locate_pythons_for_key: %s: already \ -found: %s\n", ip->executable); +found\n", ip->executable); } else { /* check the executable type. */