Skip to content

Commit

Permalink
Merge branch 'MAIN-B-22056_sns_sqs_deps_w_endpoint' into INT-B-22056_…
Browse files Browse the repository at this point in the history
…sns_sqs_deps_w_endpoint
  • Loading branch information
ryan-mchugh committed Jan 17, 2025
2 parents b82c0e5 + e6a690c commit 5a1daba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/notifications/notification_receiver.go
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ func InitReceiver(v ViperType, logger *zap.Logger, wipeAllNotificationQueues boo
return notificationReceiver, nil
}

logger.Info("Using local sns_sqs receiver backend", zap.String("receiver_backend", v.GetString(cli.ReceiverBackendFlag)))
logger.Info("Using local notification receiver backend", zap.String("receiver_backend", v.GetString(cli.ReceiverBackendFlag)))

return NewStubNotificationReceiver(), nil
}
Expand Down

0 comments on commit 5a1daba

Please sign in to comment.