Commit 5b0b973d authored by David Wilson's avatar David Wilson

importer: quieten one more warning

parent 4f352d7d
......@@ -537,7 +537,7 @@ class ModuleForwarder(object):
try:
rtup = self.importer._cache[related]
except KeyError:
LOG.warn('%r._on_get_module(): skipping %r, not in cache',
LOG.debug('%r._on_get_module(): skipping %r, not in cache',
self, related)
continue
self._send_one_module(msg, rtup)
......
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