RED-4653: Removed unnecessary string formatting

This commit is contained in:
Viktor Seifert 2022-08-01 14:15:03 +02:00
parent 89ce61996c
commit 0efbd2c98c

View File

@ -75,7 +75,7 @@ class QueueManager(object):
self._channel.start_consuming()
except Exception:
self.logger.warning(
f"An unexpected exception occurred while consuming messages. Consuming will stop."
"An unexpected exception occurred while consuming messages. Consuming will stop."
)
raise
finally: