Changeset fe6e0be for fedd/federation


Ignore:
Timestamp:
Feb 29, 2012 2:03:09 PM (12 years ago)
Author:
Ted Faber <faber@…>
Branches:
compt_changes, master
Children:
a11eda5
Parents:
a69de97 (diff), 3b1c6da (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/experiment_control.py

    r3b1c6da rfe6e0be  
    902902                    'allocID': {'fedid': aid },
    903903                }
     904            self.log.info("Calling terminate segment")
    904905            try:
    905906                r = self.caller(uri, req, self.cert_file, self.cert_pwd,
    906907                        self.trusted_certs)
     908                self.log.info("Terminate segment succeeded")
    907909                return True
    908910            except service_error, e:
     
    26822684        # log file.
    26832685        dealloc_log = logging.getLogger('fedd.experiment_control.%s' % key)
     2686        dealloc_log.info("Terminating %s " %key)
    26842687        h = logging.StreamHandler(self.list_log(dealloc_list))
    26852688        # XXX: there should be a global one of these rather than repeating the
Note: See TracChangeset for help on using the changeset viewer.