From 5efd35c590c996d1e626de0e39152321c5dbd5be Mon Sep 17 00:00:00 2001 From: James Phillips Date: Tue, 9 Aug 2016 11:10:32 -0700 Subject: [PATCH] Clarifies replication index shown in the log message. --- consul/acl_replication.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() {