aboutsummaryrefslogtreecommitdiff
path: root/PC
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
parentIssue #23629: Fix the default __sizeof__ implementation for variable-sized ob... (diff)
downloadcpython-13be8c269155706bb22601518ba42a36e05ff361.tar.gz
cpython-13be8c269155706bb22601518ba42a36e05ff361.tar.bz2
cpython-13be8c269155706bb22601518ba42a36e05ff361.zip
Removes unused format string insertion in launcher.c.
Diffstat (limited to 'PC')
-rw-r--r--PC/launcher.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/PC/launcher.c b/PC/launcher.c
index ee3cd44ddc4..fa0868467ff 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. */