Small typo in ganeti-watcher
authorIustin Pop <iustin@google.com>
Tue, 13 Jan 2009 08:04:40 +0000 (08:04 +0000)
committerIustin Pop <iustin@google.com>
Tue, 13 Jan 2009 08:04:40 +0000 (08:04 +0000)
Reviewed-by: imsnah

daemons/ganeti-watcher

index 61bd384..29c77f1 100755 (executable)
@@ -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: