From 17747c1a9a00b1ff530cb02fb86f2980a7f84697 Mon Sep 17 00:00:00 2001 From: Piotr Maslanka <piotr.maslanka@henrietta.com.pl> Date: Fri, 13 Jan 2017 11:36:02 +0100 Subject: [PATCH] logging --- coolamqp/attaches/publisher.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coolamqp/attaches/publisher.py b/coolamqp/attaches/publisher.py index 5f04e5a..bfd3bf2 100644 --- a/coolamqp/attaches/publisher.py +++ b/coolamqp/attaches/publisher.py @@ -237,7 +237,7 @@ class Publisher(Channeler, Synchronized): self.critically_failed = True return - + logger.debug('Publisher on_setup, payload=%s', payload) if isinstance(payload, ChannelOpenOk): # Ok, if this has a mode different from MODE_NOACK, we need to additionally set up -- GitLab