Skip to content

Commit

Permalink
log message correction
Browse files Browse the repository at this point in the history
  • Loading branch information
briskt committed Oct 9, 2024
1 parent 276c784 commit ef0d8e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion restapi/restapi.go
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ func (r *RestAPI) ApplyChangeSet(changes internal.ChangeSet, eventLog chan<- int
batchTimer := internal.NewBatchTimer(r.BatchSize, r.BatchDelaySeconds)

if r.destinationConfig.DisableAdd {
log.Println("Contact creation is disabled.")
log.Println("Creation is disabled.")
} else {
for _, toCreate := range changes.Create {
wg.Add(1)
Expand Down

0 comments on commit ef0d8e1

Please sign in to comment.