~evfool/software-center/carouseltransition

« back to all changes in this revision

Viewing changes to softwarecenter/backend/login_sso.py

  • Committer: Michael Vogt
  • Date: 2011-04-29 14:00:15 UTC
  • Revision ID: michael.vogt@ubuntu.com-20110429140015-u4qvc05nj156u5t3
softwarecenter/backend/login_sso.py: and yet another debug info addition

Show diffs side-by-side

added added

removed removed

Lines of Context:
68
68
        self.emit("login-successful", credentials)
69
69
 
70
70
    def _on_credentials_error(self, app_name, error, detailed_error):
71
 
        LOG.error("_on_credentials_error: %s (%s)" % (error, detailed_error))
 
71
        LOG.error("_on_credentials_error: %s %s (%s)" % (
 
72
                app_name, error, detailed_error))
72
73
        if app_name != self.appname:
73
74
            return
74
75
        # FIXME: do something useful with the error