Skip to content

Commit

Permalink
consul: fix log message
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanuber committed Jun 11, 2015
1 parent 96746fb commit e06e5c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion consul/acl.go
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ func (f *aclFilter) filterCheckServiceNodes(nodes *structs.CheckServiceNodes) {
if f.filterService(node.Service.Service) {
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:]...)
i--
}
Expand Down

0 comments on commit e06e5c5

Please sign in to comment.