Revision 4bffa7f7 daemons/ganeti-watcher

b/daemons/ganeti-watcher
357 357
          instance.Restart()
358 358
          self.started_instances.add(instance.name)
359 359
        except Exception:
360
          logging.exception("Erro while restarting instance %s", instance.name)
360
          logging.exception("Error while restarting instance %s",
361
                            instance.name)
361 362

  
362 363
        notepad.RecordRestartAttempt(instance)
363 364
      elif instance.state in HELPLESS_STATES:

Also available in: Unified diff