Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
Amogh-Bharadwaj committed Nov 16, 2023
1 parent db0fb9c commit 77693ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flow/connectors/eventhub/eventhub.go
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ func (c *EventHubConnector) processBatch(

log.WithFields(log.Fields{
"flowName": flowJobName,
}).Infof("[total] successfully sent %d records to event hub", numRecords)
}).Infof("[total] successfully flushed %d records to event hub", numRecords)
return uint32(numRecords), nil
}

Expand Down

0 comments on commit 77693ab

Please sign in to comment.