RED-4653: Removed unnecessary string formatting
This commit is contained in:
parent
89ce61996c
commit
0efbd2c98c
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user