Changeset 3160


Ignore:
Timestamp:
13 Feb 2008, 23:47:16 (17 years ago)
Author:
Henrik Bettermann
Message:

beautify logging message

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/base/WAeUPTool.py

    r3155 r3160  
    23052305        pending_fn = os.path.split(pending_fn)[1]
    23062306        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()
    23082308        if total_pending:
    23092309            if pending_only:
     
    23112311            else:
    23122312                msg += "%(new_imports_pending)d pending added " % vars()
    2313             msg += "(of total %(total)d)," % vars()
     2313            msg += "(of total %(total)d), " % vars()
    23142314            msg += "%(total_pending)d total pending in %(pending_fn)s " % vars()
    23152315        logger.info(msg)
Note: See TracChangeset for help on using the changeset viewer.