Clarifies replication index shown in the log message.

This commit is contained in:
James Phillips 2016-08-09 11:10:32 -07:00
parent 4203612bd7
commit 129e327bc9
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.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() {