zephyr_mirror: Extend logging on subscribe failures.
(imported from commit ce54549a74935bb95cb68dd1e6db2a3eec6166c5)
This commit is contained in:
parent
dd07236eec
commit
4c2d56c10b
|
@ -143,6 +143,7 @@ def zephyr_bulk_subscribe(subs):
|
|||
# retrying the next time the bot checks its subscriptions are
|
||||
# up to date.
|
||||
logger.exception("Error subscribing to streams (will retry automatically):")
|
||||
logging.debug("Streams were: %s" % ((cls for cls, instance, recipient in subs),))
|
||||
return
|
||||
for (cls, instance, recipient) in subs:
|
||||
current_zephyr_subs.add(cls)
|
||||
|
|
Loading…
Reference in a new issue