/mandos/trunk

To get this branch, use:
bzr branch http://bzr.recompile.se/loggerhead/mandos/trunk

« back to all changes in this revision

Viewing changes to mandos

  • Committer: Björn Påhlsson
  • Date: 2011-11-27 20:06:03 UTC
  • mto: (518.2.6 persistent-state-gpgme)
  • mto: This revision was merged to the branch mainline in revision 524.
  • Revision ID: belorn@recompile.se-20111127200603-y57tq4yyf2muh2e7
added warning text when failing to decrypt old state

Show diffs side-by-side

added added

removed removed

Lines of Context:
2290
2290
                                ["secret"]))
2291
2291
            except PGPError:
2292
2292
                # If decryption fails, we use secret from new settings
 
2293
                logger.debug("Failed to decrypt {0} old secret"
 
2294
                             .format(client_name))
2293
2295
                tcp_server.clients[client_name].secret = (
2294
2296
                    client_settings[client_name]["secret"])
2295
2297