Skip to content
Snippets Groups Projects
Commit 4bffa7f7 authored by Iustin Pop's avatar Iustin Pop
Browse files

Small typo in ganeti-watcher

Reviewed-by: imsnah
parent 4040a784
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment