Ignore:
Timestamp:
Jul 7, 2012 5:42:28 PM (12 years ago)
Author:
Ted Faber <faber@…>
Branches:
compt_changes, master
Children:
7718539
Parents:
cd5b279 (diff), d064566 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' of tardis.deterlab.net:/var/local/git/fedd

File:
1 edited

Legend:

Unmodified
Added
Removed
  • fedd/federation/client_lib.py

    rd064566 re062282  
    5959def log_authentication(fn, action, outcome, proof):
    6060    f = open(fn, 'a')
    61     print >>f, '%s %s at %s' % (action, outcome, datetime.now())
     61    print >>f, '<comment>%s %s at %s</comment>' % (action, outcome, datetime.now())
    6262    if isinstance(proof, list):
    6363        for p in proof:
Note: See TracChangeset for help on using the changeset viewer.