diff options
Diffstat (limited to 'distutils2/compiler/bcppcompiler.py')
| -rw-r--r-- | distutils2/compiler/bcppcompiler.py | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/distutils2/compiler/bcppcompiler.py b/distutils2/compiler/bcppcompiler.py index dbf287e..f156cb2 100644 --- a/distutils2/compiler/bcppcompiler.py +++ b/distutils2/compiler/bcppcompiler.py @@ -191,9 +191,8 @@ class BCPPCompiler(CCompiler) : self._fix_lib_args (libraries, library_dirs, runtime_library_dirs) if runtime_library_dirs: - logger.warning(("I don't know what to do with " - "'runtime_library_dirs': %s"), - str(runtime_library_dirs)) + logger.warning("don't know what to do with " + "'runtime_library_dirs': %r", runtime_library_dirs) if output_dir is not None: output_filename = os.path.join (output_dir, output_filename) |
