Skip to content

Commit 2f378a2

Browse files
authored
Update newrelic/hooks/messagebroker_kombu.py
1 parent 227f1d2 commit 2f378a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

newrelic/hooks/messagebroker_kombu.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ def wrap_Producer_publish(wrapped, instance, args, kwargs):
9696
bound_args = bind_publish(*args, **kwargs)
9797
except Exception:
9898
_logger.debug(
99-
"Unable to bind publish arguments. Report this issue to New Relic support.", record_exception=True
99+
"Unable to bind arguments for kombu.messaging.Producer.publish. Report this issue to New Relic support.", record_exception=True
100100
)
101101
return wrapped(*args, **kwargs)
102102

0 commit comments

Comments
 (0)