Skip to content

Commit d2a5ed6

Browse files
Accept suggestion from Copilot
Co-authored-by: Copilot <[email protected]>
1 parent 3639bee commit d2a5ed6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pbm/storage/azure/azure.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ func (b *Blob) SourceReader(name string) (io.ReadCloser, error) {
306306
EarlyCloseAsError: true,
307307
OnFailedRead: func(failureCount int32, lastError error, rnge azblob.HTTPRange, willRetry bool) {
308308
// failureCount is reset on each call to Read(), so repeats of "attempt 1" are expected
309-
b.log.Debug("Read from Azure failed (attempt %d): %v, retrying: %v\n", failureCount, lastError, willRetry)
309+
b.log.Debug("Read from Azure failed (attempt %d): %v, retrying: %v", failureCount, lastError, willRetry)
310310
},
311311
})
312312
return rr, nil

0 commit comments

Comments
 (0)