Revision 6f557d54

b/ncclient/transport/session.py
50 50
        with self._lock:
51 51
            listeners = list(self._listeners)
52 52
        for l in listeners:
53
            logger.debug('dispatching message to %r' % l)
53
            logger.debug('dispatching message to %r: %s' % (l, raw))
54 54
            l.callback(root, raw) # no try-except; fail loudly if you must!
55 55
    
56 56
    def _dispatch_error(self, err):

Also available in: Unified diff