summaryrefslogtreecommitdiff
path: root/PC/launcher.c
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2015-03-10 19:40:37 -0700
committerSteve Dower <steve.dower@microsoft.com>2015-03-10 19:40:37 -0700
commit6dd20c2d52e079161ce6c8082619fafc734efa14 (patch)
tree8987ab54c511c862825a457ec9bdeee5285de0eb /PC/launcher.c
parent63afdaa1105de24e87658e82de314a37d341f02b (diff)
parent13be8c269155706bb22601518ba42a36e05ff361 (diff)
downloadcpython-git-6dd20c2d52e079161ce6c8082619fafc734efa14.tar.gz
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 33dd5dab5d..1523020779 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. */