diff --git a/mitogen/parent.py b/mitogen/parent.py index 1329a871..ddf9b14a 100644 --- a/mitogen/parent.py +++ b/mitogen/parent.py @@ -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)