Skip to content

Commit

Permalink
Merge pull request #58 from hathora/gp/debug-complete-upload
Browse files Browse the repository at this point in the history
move success message to debug
  • Loading branch information
gwprice115 authored Oct 25, 2024
2 parents 9ab1234 + 1441690 commit 9db141a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/commands/build.go
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ func doBuildCreate(ctx context.Context, hathora *sdk.SDK, buildTag, buildId, fil
if resp.StatusCode != http.StatusOK {
fmt.Printf("\nComplete multipart upload failed with status: %s\n", resp.Status)
} else {
fmt.Println("\nComplete multipart upload succeeded.")
zap.L().Debug("Complete multiplart upload succeeded")
}

runRes, err := hathora.BuildsV3.RunBuild(
Expand Down

0 comments on commit 9db141a

Please sign in to comment.