diff --git a/IPython/parallel/controller/hub.py b/IPython/parallel/controller/hub.py index 0032320..51e70f1 100644 --- a/IPython/parallel/controller/hub.py +++ b/IPython/parallel/controller/hub.py @@ -845,7 +845,7 @@ class Hub(SessionFactory): parent = msg['parent_header'] if not parent: - self.log.warn("iopub::IOPub message lacks parent: %r", msg) + self.log.debug("iopub::IOPub message lacks parent: %r", msg) return msg_id = parent['msg_id'] msg_type = msg['header']['msg_type']