Changeset 526:2e4586c9280c


Ignore:
Timestamp:
06/29/13 11:34:16 (11 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
Phase:
public
Message:

Shortened the log text of the T/O speeds (re #205)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mlx/acft.py

    r512 r526  
    497497        """Log the V1, Vr and V2 value either newly, or by updating the
    498498        corresponding line."""
    499         message = "Speeds calculated by the pilot: V1: %s, VR: %s, V2: %s" % \
     499        message = "Calc. TO speeds: V1: %s, VR: %s, V2: %s" % \
    500500                  (self._speedToLog(self._flight.v1),
    501501                   self._speedToLog(self._flight.vr),
Note: See TracChangeset for help on using the changeset viewer.