Ignore:
Timestamp:
Dec 1, 2011 5:10:32 PM (12 years ago)
Author:
Ted Faber <faber@…>
Branches:
compt_changes, info-ops, master
Children:
7f57435
Parents:
32b4536
Message:

Track initial state image name; move attributes into emulab_access:
namespace

File:
1 edited

Legend:

Unmodified
Added
Removed
  • fedd/federation/local_emulab_segment.py

    r32b4536 rcebcdce  
    141141    def __call__(self, parent, op, targets, param, top):
    142142        for l, p in targets.items():
    143             self.log.info("[operation_segment]: Calling op on %s(%s)" % (l,p))
     143            self.log.info("[operation_segment]: Calling op %s on %s(%s)" % \
     144                    (op, l,p))
    144145            self.do_operation(op, l, p, param, top)
    145146        return True
Note: See TracChangeset for help on using the changeset viewer.