Skip to content

Commit

Permalink
Update internal/saucecloud/imagerunner.go
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Plischke authored and sebv committed Jan 16, 2024
1 parent 6183416 commit 3fcb25b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/saucecloud/imagerunner.go
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ func (r *ImgRunner) HandleAsyncEvents(ctx context.Context, id string) error {
if errors.Is(err, context.Canceled) {
return err
}
log.Info().Err(err).Str("lastseq", lastseq).Msg(fmt.Sprintf("Streaming issue. Reconnecting in %s...", delay))
log.Info().Err(err).Str("lastseq", lastseq).Msgf("Streaming issue. Reconnecting in %s...", delay)
time.Sleep(delay)
}
}
Expand Down

0 comments on commit 3fcb25b

Please sign in to comment.