Ignore:
Timestamp:
12/27/12 08:28:06 (11 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
Phase:
public
Message:

Made the debug logging more detailed by adding the printout of the configuration and a few other stuff (re #170)

File:
1 edited

Legend:

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

    r401 r402  
    357357    def _offlineClicked(self, button):
    358358        """Called when the offline button was clicked."""
     359        print "mlx.flight.LoginPage: offline flight selected"
    359360        self._wizard.nextPage()
    360361
    361362    def _loginClicked(self, button):
    362363        """Called when the login button was clicked."""
     364        print "mlx.flight.LoginPage: logged in"
    363365        self._wizard.login(self._handleLoginResult,
    364366                           self._pilotID.get_text(),
Note: See TracChangeset for help on using the changeset viewer.