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 fb429f7 commit 8b2cfa8Copy full SHA for 8b2cfa8
packages/service-library/src/servicelib/rabbitmq/_client.py
@@ -96,7 +96,7 @@ async def _on_message(
96
await _safe_nack(message_handler, max_retries_upon_error, message)
97
except Exception: # pylint: disable=broad-exception-caught
98
_logger.exception(
99
- "Exception raised when handling message. This is catched and will continue. TIP: review your code"
+ "Exception raised when handling message. TIP: review your code"
100
)
101
with log_catch(_logger, reraise=False):
102
0 commit comments