mirror of
https://github.com/giongto35/cloud-game.git
synced 2026-07-29 04:50:06 +00:00
update run script
This commit is contained in:
parent
999e2f77b6
commit
b2ad4f041d
3 changed files with 6 additions and 6 deletions
|
|
@ -23,7 +23,7 @@ func NewInitClient() *Client {
|
|||
|
||||
client, err := NewClient(projectID, bucketName)
|
||||
if err != nil {
|
||||
log.Printf("Err: Failed to create client: %v", err)
|
||||
log.Printf("Warn: Failed to create client: %v", err)
|
||||
} else {
|
||||
log.Println("Online storage is initialized")
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue