Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
cognifloyd committed Aug 7, 2024
1 parent 9a5346e commit db5fb3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion st2common/st2common/transport/publishers.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ def transport_drain_events(*inner_args, **inner_kwargs):
inner_args,
inner_kwargs,
)
ret = old_drain_events(*inner_args, **inner_kwargs)
ret = old_transport_drain_events(*inner_args, **inner_kwargs)
LOG.debug(
"%s.publish.do_publish.transport_drain_events exit: %s",
self.__class__.__name__,
Expand Down

0 comments on commit db5fb3c

Please sign in to comment.