mirror of https://github.com/status-im/consul.git
consul: fix log message
This commit is contained in:
parent
96746fb1c1
commit
e06e5c5e99
|
@ -280,7 +280,7 @@ func (f *aclFilter) filterCheckServiceNodes(nodes *structs.CheckServiceNodes) {
|
||||||
if f.filterService(node.Service.Service) {
|
if f.filterService(node.Service.Service) {
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
f.logger.Printf("[DEBUG] consul: dropping node %q from result due to ACLs", node.Node)
|
f.logger.Printf("[DEBUG] consul: dropping node %q from result due to ACLs", node.Node.Node)
|
||||||
csn = append(csn[:i], csn[i+1:]...)
|
csn = append(csn[:i], csn[i+1:]...)
|
||||||
i--
|
i--
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue