diff --git a/consul/acl_replication.go b/consul/acl_replication.go index 94642ebcf6..2a74d9b182 100644 --- a/consul/acl_replication.go +++ b/consul/acl_replication.go @@ -311,7 +311,7 @@ func (s *Server) runACLReplication() { status.ReplicatedIndex = index status.LastSuccess = time.Now() s.updateACLReplicationStatus(status) - s.logger.Printf("[DEBUG] consul: ACL replication completed through index %d", index) + s.logger.Printf("[DEBUG] consul: ACL replication completed through remote index %d", index) } } pause := func() {