[Python-checkins] cpython (3.4): Removes unused format string insertion in launcher.c.

steve.dower python-checkins at python.org
Wed Mar 11 03:41:02 CET 2015


https://hg.python.org/cpython/rev/e1ec248d585f
changeset:   94941:e1ec248d585f
branch:      3.4
parent:      94937:f9afa4f87570
user:        Steve Dower <steve.dower at microsoft.com>
date:        Tue Mar 10 19:38:25 2015 -0700
summary:
  Removes unused format string insertion in launcher.c.

files:
  PC/launcher.c |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/PC/launcher.c b/PC/launcher.c
--- a/PC/launcher.c
+++ b/PC/launcher.c
@@ -260,7 +260,7 @@
                         }
                         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. */

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list