Changeset 3160
- Timestamp:
- 13 Feb 2008, 23:47:16 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/base/WAeUPTool.py
r3155 r3160 2305 2305 pending_fn = os.path.split(pending_fn)[1] 2306 2306 msg = "Finished importing in %(mode)s mode from %(import_source_fn)s: " % vars() 2307 msg += "%(total_imported)d imported, %(total_not_imported)d not imported " % vars()2307 msg += "%(total_imported)d imported, %(total_not_imported)d not imported, " % vars() 2308 2308 if total_pending: 2309 2309 if pending_only: … … 2311 2311 else: 2312 2312 msg += "%(new_imports_pending)d pending added " % vars() 2313 msg += "(of total %(total)d), " % vars()2313 msg += "(of total %(total)d), " % vars() 2314 2314 msg += "%(total_pending)d total pending in %(pending_fn)s " % vars() 2315 2315 logger.info(msg)
Note: See TracChangeset for help on using the changeset viewer.