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 7858f9c commit b826c85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions st2common/st2common/transport/publishers.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,15 +143,15 @@ def drain_events(*inner_args, **inner_kwargs):
LOG.debug(
"%s.publish.do_publish.drain_events enter: %s %s %s",
self.__class__.__name__,
channel.__module__ + "." + channel.__class__.__name__,
connection.__module__ + "." + connection.__class__.__name__,
inner_args,
inner_kwargs,
)
ret = old_drain_events(*inner_args, **inner_kwargs)
LOG.debug(
"%s.publish.do_publish.drain_events exit: %s",
self.__class__.__name__,
channel.__module__ + "." + channel.__class__.__name__,
connection.__module__ + "." + connection.__class__.__name__,
)
return ret

Expand Down

0 comments on commit b826c85

Please sign in to comment.