Skip to content

Commit

Permalink
Fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
nakulkar-msft committed Sep 7, 2023
1 parent 5be0c45 commit 310c775
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ste/xferLogPolicy.go
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ func (o LogOptions) ToPipelineLogOptions() pipeline.LogOptions {
return o.ShouldLog(common.LogLevel(ll))
}

return pipeline.LogOptions{log, shouldLog}
return pipeline.LogOptions{Log: log, ShouldLog: shouldLog}
}

type logPolicy struct {
Expand Down

0 comments on commit 310c775

Please sign in to comment.