~alecu/ubuntuone-client/proxy-tunnel-server

« back to all changes in this revision

Viewing changes to bin/ubuntuone-login

  • Committer: Alejandro J. Cura
  • Date: 2012-03-06 00:30:33 UTC
  • mfrom: (1196.1.3 ubuntuone-client)
  • Revision ID: alecu@canonical.com-20120306003033-smfft1tfg4purnpx
merged with trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
        logger.error("Ubuntu One login manager already running, quitting.")
50
50
        sys.exit(0)
51
51
 
52
 
    if os.environ.get('U1_CREDENTIALS_DEBUG'):
 
52
    if os.environ.get('U1_DEBUG'):
53
53
        debug_handler = logging.StreamHandler(sys.stderr)
54
54
        debug_handler.setFormatter(basic_formatter)
55
55
        debug_handler.setLevel(logging.DEBUG)