Ignore:
Timestamp:
06/04/12 12:24:42 (12 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
hg-Phase:
(<MercurialRepository 1 'hg:/home/ivaradi/mlx/hg' '/'>, 'public')
Message:

Started the possibilities to log faults differently

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mlx/gui/common.py

    r221 r225  
    228228#------------------------------------------------------------------------------
    229229
    230 def formatFlightLogLine(timeStr, line):
     230def formatFlightLogLine(timeStr, line, isFault = False):
    231231    """Format the given flight log line."""
    232232    """Format the given line for flight logging."""
    233233    if timeStr is not None:
    234234        line = timeStr + ": " + line
     235    #if isFault:
     236    #    line = "<b>" + line + "</b>"
    235237    return line + "\n"
    236238
Note: See TracChangeset for help on using the changeset viewer.