aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/command/egg_info.py
diff options
context:
space:
mode:
authorStefan H. Holek <stefan@epy.co.at>2012-11-10 14:47:30 +0100
committerStefan H. Holek <stefan@epy.co.at>2012-11-10 14:47:30 +0100
commit98c3a5e71e558a80dafce9b5bb7baf8da9da7ec6 (patch)
tree68d714580b6ba0967bdc12bd9dd764cad21d22e7 /setuptools/command/egg_info.py
parent84b0113ce4716906af6a2a9136db67bfd743c253 (diff)
downloadexternal_python_setuptools-98c3a5e71e558a80dafce9b5bb7baf8da9da7ec6.tar.gz
external_python_setuptools-98c3a5e71e558a80dafce9b5bb7baf8da9da7ec6.tar.bz2
external_python_setuptools-98c3a5e71e558a80dafce9b5bb7baf8da9da7ec6.zip
Log file not found message at debug level.
--HG-- branch : distribute extra : rebase_source : 2c3afe957adc1b3c83f1dfba3d30adf7b0d7b3f3
Diffstat (limited to 'setuptools/command/egg_info.py')
-rwxr-xr-xsetuptools/command/egg_info.py2
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())