Commit 45256699 authored by Vincent Pelletier's avatar Vincent Pelletier

Fix typo.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24546 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 7e2a7da4
......@@ -462,7 +462,7 @@ class BootstrapContent(threading.Thread):
known_storage_id_set = sets.ImmutableSet(tid_storage.dump_transcient().keys())
to_check_storage_id_set = target_storage_id_set - known_storage_id_set
if len(to_check_storage_id_set):
log('Bootstrap in progress... Mising storages: %r' % (to_check_storage_id_set, ))
log('Bootstrap in progress... Missing storages: %r' % (to_check_storage_id_set, ))
# Retry a bit later
time.sleep(60)
if len(to_check_storage_id_set) == 0:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment