fix wrong log in receiveDeltaPropagation
This commit is contained in:
parent
9855e2896f
commit
dc070e4e1c
1 changed files with 59 additions and 59 deletions
|
|
@ -1542,7 +1542,7 @@ final class Replicator(settings: ReplicatorSettings) extends Actor with ActorLog
|
||||||
case NonFatal(e) ⇒
|
case NonFatal(e) ⇒
|
||||||
// catching in case we need to support rolling upgrades that are
|
// catching in case we need to support rolling upgrades that are
|
||||||
// mixing nodes with incompatible delta-CRDT types
|
// mixing nodes with incompatible delta-CRDT types
|
||||||
log.warning("Couldn't process DeltaPropagation from [] due to {}", fromNode, e)
|
log.warning("Couldn't process DeltaPropagation from [{}] due to {}", fromNode, e)
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
// !deltaCrdtEnabled
|
// !deltaCrdtEnabled
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue