mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-21 10:09:07 +00:00
Merge pull request #2644 from Wolphin-project/server-id-fix
log message fix: Info() -> Infof()
This commit is contained in:
commit
d9a27a7eae
@ -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