issue #213: core: fix test breakage due to log message change

pull/255/head
David Wilson 6 years ago
parent 2310497d55
commit 40c6c6426f

@ -1430,7 +1430,7 @@ class Router(object):
return
if policy and not policy(msg, stream):
LOG.error('%r: policy for %r refused message: %r', self, fn, msg)
LOG.error('%r: policy refused message: %r', self, msg)
if msg.reply_to:
self.route(Message.pickled(
CallError(self.refused_msg),

Loading…
Cancel
Save