log message fix: Info() -> Infof()

Signed-off-by: Marco Mariani <marco.mariani@alterway.fr>
This commit is contained in:
Marco Mariani 2017-10-26 12:11:15 +02:00
parent 7e7ba6bb17
commit d2a1457da7

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)
}