[Erp5-report] r24546 - /erp5/trunk/products/TIDStorage/bin/tidstorage.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Mon Nov 10 16:30:25 CET 2008
Author: vincent
Date: Mon Nov 10 16:30:24 2008
New Revision: 24546
URL: http://svn.erp5.org?rev=24546&view=rev
Log:
Fix typo.
Modified:
erp5/trunk/products/TIDStorage/bin/tidstorage.py
Modified: erp5/trunk/products/TIDStorage/bin/tidstorage.py
URL: http://svn.erp5.org/erp5/trunk/products/TIDStorage/bin/tidstorage.py?rev=24546&r1=24545&r2=24546&view=diff
==============================================================================
--- erp5/trunk/products/TIDStorage/bin/tidstorage.py [utf8] (original)
+++ erp5/trunk/products/TIDStorage/bin/tidstorage.py [utf8] Mon Nov 10 16:30:24 2008
@@ -462,7 +462,7 @@
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:
More information about the Erp5-report
mailing list