mirror of
https://github.com/coredns/coredns.git
synced 2025-10-27 00:04:15 -04:00
fix typo for log output (#5909)
Signed-off-by: Fish-pro <zechun.chen@daocloud.io>
This commit is contained in:
@@ -204,7 +204,7 @@ func (w *weightedRR) topAddressIndex(address []dns.RR) int {
|
||||
}
|
||||
|
||||
// we should never reach this
|
||||
log.Errorf("Internal error: cannot find top addres (randv:%v wsum:%v)", v, wsum)
|
||||
log.Errorf("Internal error: cannot find top address (randv:%v wsum:%v)", v, wsum)
|
||||
return -1
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user