remove warning in test due to threading race condition we don´t care

about
This commit is contained in:
Bastian Venthur
2021-11-06 14:51:46 +01:00
parent 4f1632e3cd
commit 78316725cf
2 changed files with 5 additions and 3 deletions

View File

@@ -72,7 +72,7 @@ def autoreload(args):
mtime = get_last_modified(dirs)
if mtime > last_mtime:
last_mtime = mtime
logger.debug('Change detected, rebuilding...')
logger.info('Change detected, rebuilding...')
blag.build(args)
time.sleep(1)