~ubuntu-branches/ubuntu/utopic/telepathy-python/utopic

« back to all changes in this revision

Viewing changes to examples/register.py

  • Committer: Bazaar Package Importer
  • Author(s): Jonny Lamb
  • Date: 2009-02-16 10:47:31 UTC
  • mfrom: (7.1.14 jaunty)
  • Revision ID: james.westby@ubuntu.com-20090216104731-3l467x71wygwok32
Tags: 0.15.6-2
debian/control: Added myself to Uploaders.

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
        conn[CONN_INTERFACE].Disconnect()
23
23
    elif state == CONNECTION_STATUS_DISCONNECTED:
24
24
        if not registered:
25
 
            print 'failed'
 
25
            print 'failed (reason %d)' % reason
26
26
 
27
27
        loop.quit()
28
28