Commit 6ec349b3 authored by David Wilson's avatar David Wilson

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

parent 53e51c4a
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment