diff options
Diffstat (limited to 'distutils2/command/install_dist.py')
| -rw-r--r-- | distutils2/command/install_dist.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/distutils2/command/install_dist.py b/distutils2/command/install_dist.py index 146c905..247a10e 100644 --- a/distutils2/command/install_dist.py +++ b/distutils2/command/install_dist.py @@ -418,7 +418,7 @@ class install_dist(Command): else: opt_name = opt_name.replace('-', '_') val = getattr(self, opt_name) - logger.debug(" %s: %s" % (opt_name, val)) + logger.debug(" %s: %s", opt_name, val) def select_scheme(self, name): """Set the install directories by applying the install schemes.""" |
