fix wrong message
This commit is contained in:
parent
5d3f39cfe4
commit
47e8a90553
1 changed files with 1 additions and 1 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue