From 4bffa7f7e7cd68027fe39be6e4fdec6868f0ce6d Mon Sep 17 00:00:00 2001 From: Iustin Pop <iustin@google.com> Date: Tue, 13 Jan 2009 08:04:40 +0000 Subject: [PATCH] Small typo in ganeti-watcher Reviewed-by: imsnah --- daemons/ganeti-watcher | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/daemons/ganeti-watcher b/daemons/ganeti-watcher index 61bd384fc..29c77f187 100755 --- a/daemons/ganeti-watcher +++ b/daemons/ganeti-watcher @@ -357,7 +357,8 @@ class Watcher(object): instance.Restart() self.started_instances.add(instance.name) except Exception: - logging.exception("Erro while restarting instance %s", instance.name) + logging.exception("Error while restarting instance %s", + instance.name) notepad.RecordRestartAttempt(instance) elif instance.state in HELPLESS_STATES: -- GitLab