Ignore:
Timestamp:
11/13/12 16:36:44 (11 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
hg-Phase:
(<MercurialRepository 1 'hg:/home/ivaradi/mlx/hg' '/'>, 'public')
Message:

#140: implemented the more concise logging

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mlx/acft.py

    r331 r333  
    251251                                    (aircraftState.grossWeight, self.mtow))
    252252                self.logger.message(aircraftState.timestamp,
    253                                     "Wind %03.0f degrees at %.0f knots" % \
     253                                    "Wind %03.0f/%.0f" % \
    254254                                    (aircraftState.windDirection,
    255255                                     aircraftState.windSpeed))
     
    304304        self.logger.message(self._aircraftState.timestamp, "The flare has begun")
    305305        self.logger.message(self._aircraftState.timestamp,
    306                             "Wind %03.0f degrees at %.0f knots" % \
     306                            "Wind %03.0f/%.0f" % \
    307307                            (windDirection, windSpeed))
    308308        self.logger.message(self._aircraftState.timestamp,
Note: See TracChangeset for help on using the changeset viewer.