/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-monitor

  • Committer: Teddy Hogeborn
  • Date: 2019-09-02 18:00:52 UTC
  • Revision ID: teddy@recompile.se-20190902180052-vqyybc7zqle531i3
mandos-monitor: Update message from "fingerprint" to "key ID"

* mandos-monitor (UserInterface.client_not_found): Change message;
                                                   "fingerprint" to
                                                   "key ID".

Show diffs side-by-side

added added

removed removed

Lines of Context:
467
467
        self.busname = domain + '.Mandos'
468
468
        self.main_loop = GLib.MainLoop()
469
469
 
470
 
    def client_not_found(self, fingerprint, address):
471
 
        self.log_message("Client with address {} and fingerprint {}"
472
 
                         " could not be found"
473
 
                         .format(address, fingerprint))
 
470
    def client_not_found(self, key_id, address):
 
471
        self.log_message("Client with address {} and key ID {} could"
 
472
                         " not be found".format(address, key_id))
474
473
 
475
474
    def rebuild(self):
476
475
        """This rebuilds the User Interface.