We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9c9073 commit fd7a06fCopy full SHA for fd7a06f
rabbitmq_amqp_python_client/consumer.py
@@ -182,7 +182,7 @@ def _create_receiver(self, addr: str) -> BlockingReceiver:
182
)
183
184
if isinstance(self._consumer_options, DirectReplyToConsumerOptions):
185
- print("Creating dynamic receiver for direct reply-to")
+ logger.debug("Creating dynamic receiver for direct reply-to")
186
dynamic_receiver = self._conn.create_dynamic_receiver(100, handler=self._handler)
187
dynamic_receiver.credit = credit
188
return dynamic_receiver
0 commit comments