summaryrefslogtreecommitdiffstats
path: root/PC/launcher.c
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2015-03-11 02:40:37 (GMT)
committerSteve Dower <steve.dower@microsoft.com>2015-03-11 02:40:37 (GMT)
commit6dd20c2d52e079161ce6c8082619fafc734efa14 (patch)
tree8987ab54c511c862825a457ec9bdeee5285de0eb /PC/launcher.c
parent63afdaa1105de24e87658e82de314a37d341f02b (diff)
parent13be8c269155706bb22601518ba42a36e05ff361 (diff)
downloadcpython-6dd20c2d52e079161ce6c8082619fafc734efa14.zip
cpython-6dd20c2d52e079161ce6c8082619fafc734efa14.tar.gz
cpython-6dd20c2d52e079161ce6c8082619fafc734efa14.tar.bz2
Removes unused format string insertion in launcher.c.
Diffstat (limited to 'PC/launcher.c')
-rw-r--r--PC/launcher.c2
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. */