commit | 218fdd6b17c274eb5f032be463178780fefda6d5 | [log] [tgz] |
---|---|---|
author | David K. Bainbridge <dbainbri@ciena.com> | Wed Jun 15 10:31:38 2016 -0700 |
committer | David K. Bainbridge <dbainbri@ciena.com> | Wed Jun 15 10:31:38 2016 -0700 |
tree | b25146d912d6857944e2d3112bcdfc8ea15124bc | |
parent | 81bda338caa1e661d5fe7fe408f5e34f4f4822e6 [diff] [blame] |
spelling error Change-Id: Icef3ea943190a7915f7bc899c2fa35b51cec71c4
diff --git a/automation/state.go b/automation/state.go index 8027ec3..30d3f06 100644 --- a/automation/state.go +++ b/automation/state.go
@@ -341,7 +341,7 @@ } } } else if options.Verbose { - log.Printf("[info] Not invoking provisioning for '%s', currned state is '%s'", node.Hostname(), + log.Printf("[info] Not invoking provisioning for '%s', current state is '%s'", node.Hostname(), record.State.String()) }