Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
Amogh-Bharadwaj committed Feb 19, 2024
1 parent c3bf4e5 commit 8a87191
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flow/activities/flowable.go
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ func (a *FlowableActivity) StartFlow(ctx context.Context,
})
defer shutdown()

slog.Info("getting last offset from destination peer")
slog.InfoContext(ctx, "getting last offset from destination peer")
// Get the last offset from the destination
lastOffset, getLastOffsetErr := dstConn.GetLastOffset(input.FlowConnectionConfigs.FlowJobName)
if getLastOffsetErr != nil {
Expand Down

0 comments on commit 8a87191

Please sign in to comment.