Revision 07b8a2b5 daemons/ganeti-watcher

b/daemons/ganeti-watcher
331 331

  
332 332
    """
333 333
    arch_count, left_count = client.AutoArchiveJobs(age)
334
    logging.debug("Archived %s jobs, left %s" % (arch_count, left_count))
334
    logging.debug("Archived %s jobs, left %s", arch_count, left_count)
335 335

  
336 336
  def CheckDisks(self, notepad):
337 337
    """Check all nodes for restarted ones.

Also available in: Unified diff