diff options
-rwxr-xr-x | setuptools/command/egg_info.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setuptools/command/egg_info.py b/setuptools/command/egg_info.py index 098dfe84..8b29e672 100755 --- a/setuptools/command/egg_info.py +++ b/setuptools/command/egg_info.py @@ -285,7 +285,7 @@ class FileList(_FileList): if os.path.exists(path): self.files.append(path) elif path != manifest_maker.template: - log.warn("%r not found -- skipping", path) + log.debug("%r not found -- skipping", path) except UnicodeEncodeError: log.warn("%r not %s encodable -- skipping", path, sys.getfilesystemencoding()) |