Clarifies replication index shown in the log message.

This commit is contained in:
James Phillips 2016-08-09 11:10:32 -07:00
parent a771b34de6
commit 5efd35c590
No known key found for this signature in database
GPG Key ID: 77183E682AC5FC11
1 changed files with 1 additions and 1 deletions

View File

@ -311,7 +311,7 @@ func (s *Server) runACLReplication() {
status.ReplicatedIndex = index status.ReplicatedIndex = index
status.LastSuccess = time.Now() status.LastSuccess = time.Now()
s.updateACLReplicationStatus(status) 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() { pause := func() {