diff --git a/CHANGELOG_PENDING.md b/CHANGELOG_PENDING.md index 22f1b28ed..5afa8dd6f 100644 --- a/CHANGELOG_PENDING.md +++ b/CHANGELOG_PENDING.md @@ -12,6 +12,8 @@ #### Orchestrator +- [#3362](https://github.com/livepeer/go-livepeer/pull/3362) Add AI service registry log line. + #### Transcoder ### Bug Fixes 🐞 diff --git a/cmd/livepeer/starter/starter.go b/cmd/livepeer/starter/starter.go index 19ddcd991..67e766146 100755 --- a/cmd/livepeer/starter/starter.go +++ b/cmd/livepeer/starter/starter.go @@ -737,6 +737,7 @@ func StartLivepeer(ctx context.Context, cfg LivepeerConfig) { } if *cfg.AIServiceRegistry { + glog.Infof("Using AIServiceRegistry") // For the time-being Livepeer AI Subnet uses its own ServiceRegistry, so we define it here ethCfg.ServiceRegistryAddr = ethcommon.HexToAddress("0x04C0b249740175999E5BF5c9ac1dA92431EF34C5") }