Merge pull request #2644 from Wolphin-project/server-id-fix

log message fix: Info() -> Infof()
This commit is contained in:
Justin Cormack
2017-10-26 17:12:57 +02:00
committed by GitHub

View File

@@ -108,7 +108,7 @@ func runOpenStack(args []string) {
}
servers.WaitForStatus(client, server.ID, "ACTIVE", 600)
log.Info("Server created, UUID is %s", server.ID)
log.Infof("Server created, UUID is %s", server.ID)
fmt.Println(server.ID)
}