mirror of https://github.com/status-im/consul.git
Clarifies replication index shown in the log message.
This commit is contained in:
parent
a771b34de6
commit
5efd35c590
|
@ -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() {
|
||||||
|
|
Loading…
Reference in New Issue