fix wrong message

This commit is contained in:
Tomas Kopecek 2018-08-23 13:57:14 +02:00 committed by Mike McLean
parent 5d3f39cfe4
commit 47e8a90553

View file

@ -752,7 +752,7 @@ def main(options, session):
logger.error("Currency checker thread died. Restarting it.")
curr_chk_thread = start_currency_checker(session, repomgr)
if not regen_thread.isAlive():
logger.error("Currency checker thread died. Restarting it.")
logger.error("Regeneration thread died. Restarting it.")
regen_thread = start_regen_loop(session, repomgr)
except KeyboardInterrupt:
logger.warn("User exit")