Skip to content

Commit

Permalink
Decrease info-message length for sr3 cleanup (#1307)
Browse files Browse the repository at this point in the history
  • Loading branch information
mshak2 authored and petersilva committed Nov 29, 2024
1 parent 6ba722c commit 86fe501
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sarracenia/sr.py
Original file line number Diff line number Diff line change
Expand Up @@ -1840,8 +1840,8 @@ def cleanup(self) -> bool:
if qd[1] in xx:
if 'admin' not in self.brokers[h]:
continue
print(' remove %s from %s subscribers: %s ' %
(qd[1], x, xx))
print(' remove %s from %s subscribers ' %
(qd[1], x))
xx.remove(qd[1])
if o.post_broker and len(xx) < 1:
print("No local queues found for exchange %s, attemping to remove it..." % x)
Expand Down

0 comments on commit 86fe501

Please sign in to comment.