Skip to content

Commit

Permalink
Update internal/http/imagerunner.go
Browse files Browse the repository at this point in the history
Co-authored-by: Tian Feng <[email protected]>
  • Loading branch information
alexplischke and tianfeng92 authored Jan 29, 2024
1 parent 0bf0afb commit 958ee74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/http/imagerunner.go
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ func (c *ImageRunner) StreamLiveLogs(ctx context.Context, id string, wait bool)
return nil
}
}
log.Warn().Msgf("Could not setup Log streaming after 3 attempts, disabling it.")
log.Warn().Msg("Could not setup Log streaming after 3 attempts, disabling it.")
return imagerunner.AsyncEventSetupError{}
}

Expand Down

0 comments on commit 958ee74

Please sign in to comment.