importer: quieten 'cannot find source' warning, closes #110

This commit is contained in:
David Wilson 2018-03-07 18:41:31 +05:45
parent 53e51c4af8
commit 6ec349b386
1 changed files with 1 additions and 1 deletions

View File

@ -363,7 +363,7 @@ class ModuleFinder(object):
break
else:
tup = None, None, None
LOG.warning('get_module_source(%r): cannot find source', fullname)
LOG.debug('get_module_source(%r): cannot find source', fullname)
self._found_cache[fullname] = tup
return tup