mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-09-02 15:37:11 +00:00
Merge pull request #2644 from Wolphin-project/server-id-fix
log message fix: Info() -> Infof()
This commit is contained in:
@@ -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)
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user