Unify allow/block naming in messages

This commit is contained in:
Daniel
2021-03-29 17:36:13 +02:00
parent 986e868c27
commit 4b2db03957
5 changed files with 15 additions and 15 deletions

View File

@@ -320,7 +320,7 @@ func resolveAndCache(ctx context.Context, q *Query, oldCache *RRCache) (rrCache
// we are offline and this is not an online check query
return oldCache, ErrOffline
}
log.Tracer(ctx).Debugf("resolver: permitting online status test domain %s to resolve even though offline", q.FQDN)
log.Tracer(ctx).Debugf("resolver: allowing online status test domain %s to resolve even though offline", q.FQDN)
}
// start resolving