/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: Björn Påhlsson
  • Date: 2010-09-07 20:22:16 UTC
  • mto: (237.4.3 mandos-release)
  • mto: This revision was merged to the branch mainline in revision 421.
  • Revision ID: belorn@fukt.bsnet.se-20100907202216-vypcn3nsd02mqz4s
mandos-monitor: removed milisecondsseconds from countdown.

Show diffs side-by-side

added added

removed removed

Lines of Context:
246
246
                     or self.properties["created"]),
247
247
                    self.properties[u"last_enabled"]))
248
248
            timer = timeout - (datetime.datetime.utcnow() - last_ok)
249
 
 
250
249
            message = (u'A checker has failed! Time until client gets diabled: %s'
251
 
                           % unicode(timer))
 
250
                           % unicode(timer).rsplit(".", 1)[0])
252
251
        elif self.properties[u"approved_pending"]:
253
252
            if self.properties[u"approved_by_default"]:
254
253
                message = u"Connection established to client. (d)eny?"