From fc3085b26f863793d243e212830ec9405c59d87d Mon Sep 17 00:00:00 2001 From: David Wilson Date: Thu, 8 Mar 2018 04:07:23 +0545 Subject: [PATCH] importer: quieten one more warning --- mitogen/parent.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)