mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-20 17:49:10 +00:00
log message fix: Info() -> Infof()
Signed-off-by: Marco Mariani <marco.mariani@alterway.fr>
This commit is contained in:
parent
7e7ba6bb17
commit
d2a1457da7
@ -108,7 +108,7 @@ func runOpenStack(args []string) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
servers.WaitForStatus(client, server.ID, "ACTIVE", 600)
|
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)
|
fmt.Println(server.ID)
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user