Skip to content

Commit

Permalink
change wording
Browse files Browse the repository at this point in the history
  • Loading branch information
dleviminzi committed Mar 5, 2025
1 parent 0c1a63a commit dead3bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/worker/mount.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ func (c *ContainerMountManager) SetupContainerMounts(request *types.ContainerReq

err := c.setupMountPointS3(request.ContainerId, m)
if err != nil {
outputLogger.Info(fmt.Sprintf("failed to setup mount point s3 error: %v\n", err))
outputLogger.Info(fmt.Sprintf("failed to setup s3 mount, error: %v\n", err))
return err
}
}
Expand Down

0 comments on commit dead3bc

Please sign in to comment.