summaryrefslogtreecommitdiff
path: root/PC/launcher.c
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2015-03-10 19:38:25 -0700
committerSteve Dower <steve.dower@microsoft.com>2015-03-10 19:38:25 -0700
commit13be8c269155706bb22601518ba42a36e05ff361 (patch)
treed06a077c95768fc02386019b45f70a58bd2e36c5 /PC/launcher.c
parenta654510150cb738b61033c32e30bd4be9f0ed6ed (diff)
downloadcpython-git-13be8c269155706bb22601518ba42a36e05ff361.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 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. */