update run script

This commit is contained in:
giongto35 2019-05-05 21:11:37 +08:00
parent 999e2f77b6
commit b2ad4f041d
3 changed files with 6 additions and 6 deletions

View file

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