Changeset c53ca69 for fedd/federation


Ignore:
Timestamp:
Jun 29, 2010 7:56:36 AM (14 years ago)
Author:
Ted Faber <faber@…>
Branches:
axis_example, compt_changes, info-ops, master, version-3.01, version-3.02
Children:
183b208
Parents:
1027cf7
Message:

Mistake. Forgot loggin method name

File:
1 edited

Legend:

Unmodified
Added
Removed
  • fedd/federation/emulab_segment.py

    r1027cf7 rc53ca69  
    102102        if self.debug:
    103103            if self.log:
    104                 self.log("[make_null_experiment]: (debug) Creating experiment")
     104                self.log.debug("[make_null_experiment]: (debug) Creating experiment")
    105105            return True
    106106        else:
     
    116116                    }
    117117            if self.log:
    118                 self.log("[make_null_experiment]: Creating experiment")
     118                self.log.info("[make_null_experiment]: Creating experiment")
    119119            code, value = self.emulab_call('experiment.startexp', params)
    120120
Note: See TracChangeset for help on using the changeset viewer.