diff options
author | Steve Dower <steve.dower@microsoft.com> | 2015-03-11 02:40:37 (GMT) |
---|---|---|
committer | Steve Dower <steve.dower@microsoft.com> | 2015-03-11 02:40:37 (GMT) |
commit | 6dd20c2d52e079161ce6c8082619fafc734efa14 (patch) | |
tree | 8987ab54c511c862825a457ec9bdeee5285de0eb /PC | |
parent | 63afdaa1105de24e87658e82de314a37d341f02b (diff) | |
parent | 13be8c269155706bb22601518ba42a36e05ff361 (diff) | |
download | cpython-6dd20c2d52e079161ce6c8082619fafc734efa14.zip cpython-6dd20c2d52e079161ce6c8082619fafc734efa14.tar.gz cpython-6dd20c2d52e079161ce6c8082619fafc734efa14.tar.bz2 |
Removes unused format string insertion in launcher.c.
Diffstat (limited to 'PC')
-rw-r--r-- | PC/launcher.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PC/launcher.c b/PC/launcher.c index 33dd5da..1523020 100644 --- a/PC/launcher.c +++ b/PC/launcher.c @@ -268,7 +268,7 @@ directory\n", } else if (find_existing_python(ip->executable)) { debug(L"locate_pythons_for_key: %ls: already \ -found: %ls\n", ip->executable); +found\n", ip->executable); } else { /* check the executable type. */ |