1
0
Fork 0
This commit is contained in:
jsteemann 2019-04-15 11:15:17 +02:00
parent 69f7a8a00d
commit fe58c54b2d
1 changed files with 1 additions and 1 deletions

View File

@ -454,7 +454,7 @@ Result ReplicationApplier::resetState(bool reducedSet) {
}
LOG_TOPIC("87584", DEBUG, Logger::REPLICATION)
<< "stopped replication applier for database '" << _state.databaseName
<< "stopped replication applier for database '" << _databaseName
<< "' with lastProcessedContinuousTick: " << _state._lastProcessedContinuousTick
<< ", lastAppliedContinuousTick: " << _state._lastAppliedContinuousTick
<< ", safeResumeTick: " << _state._safeResumeTick;