Skip to content

Commit

Permalink
print before queue declare
Browse files Browse the repository at this point in the history
  • Loading branch information
langmm committed Nov 16, 2017
1 parent bdf0073 commit e701910
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cis_interface/communication/RMQAsyncComm.py
Original file line number Diff line number Diff line change
Expand Up @@ -361,6 +361,7 @@ def setup_queue(self):
passive = True
else:
passive = False
print('declaring queue')
out = self.channel.queue_declare(self.on_queue_declareok,
queue=self.queue,
exclusive=exclusive,
Expand Down

0 comments on commit e701910

Please sign in to comment.