chore(dns): clarify "ready" dns message when DNS server is up and being used

This commit is contained in:
Quentin McGaw
2026-02-26 18:39:56 +00:00
parent e75ae21dcd
commit 885e491bb7
+1 -1
View File
@@ -43,7 +43,7 @@ func (l *Loop) Run(ctx context.Context, done chan<- struct{}) {
runError, err = l.setupServer(ctx)
if err == nil {
l.backoffTime = defaultBackoffTime
l.logger.Info("ready")
l.logger.Info("ready and using DNS server at address " + settings.ServerAddress.String())
break
}