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

pull/120/head
David Wilson 8 years ago
parent ade2b888b1
commit 61923f1604

@ -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

Loading…
Cancel
Save