Ignore:
Timestamp:
02/05/12 13:42:53 (12 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
Phase:
public
Message:

Flare calculations are handled and added some other printouts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/logger.py

    r8 r9  
    4141        print timeStr + ":", msg       
    4242
    43     def debug(self, timestamp, msg):
     43    def debug(self, msg):
    4444        """Log a debug message."""
    45         timeStr = Logger._getTimeStr(timestamp)
    46         print >> self._output, timeStr + ": [DEBUG] ", msg
    47         print timeStr + ": [DEBUG]", msg       
     45        print >> self._output, "[DEBUG] ", msg
     46        print "[DEBUG]", msg
    4847
    4948    def stage(self, timestamp, stage):
Note: See TracChangeset for help on using the changeset viewer.