importer: quieten one more warning

wip-fakessh-exit-status
David Wilson 7 years ago
parent 4f352d7d4b
commit 5b0b973dba

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

Loading…
Cancel
Save